Versions in this module Expand all Collapse all v1 v1.0.0 Aug 8, 2021 Changes in this version + type Timings struct + ConnectionDialDuration time.Duration + DNSDuration time.Duration + RequestWriteDuration time.Duration + ResponseDelayDuration time.Duration + ResponseReadDuration time.Duration + TLSDuration time.Duration + TotalConnectionDuration time.Duration + TotalRequestDuration time.Duration + type Trace struct + func New(client *http.Client, request *http.Request) *Trace + func (t *Trace) Execute() error + func (t *Trace) GetResponse() *http.Response + func (t *Trace) GetResponseBody() string + func (t *Trace) GetTimings() *Timings + func (t *Trace) SetHeaders(raw []string)