ExCurl.ResponseMetrics (ex_curl v0.4.0)

View Source

Request timing metrics.

Available Fields

The following metrics are returned when the return_metrics option is set to true:

Summary

Types

t()

@type t() :: %ExCurl.ResponseMetrics{
  appconnect_time: float(),
  connect_time: float(),
  namelookup_time: float(),
  pretransfer_time: float(),
  starttransfer_time: float(),
  total_time: float()
}