Versions in this module Expand all Collapse all v0 v0.0.1 Mar 31, 2020 Changes in this version + func WithHTTPStat(ctx context.Context, r *Result) context.Context + type Result struct + Connect time.Duration + ConnectedTo net.Addr + ContentTransfer time.Duration + DNSLookup time.Duration + NameLookup time.Duration + Pretransfer time.Duration + ServerProcessing time.Duration + StartTransfer time.Duration + TCPConnection time.Duration + TLSHandshake time.Duration + Total time.Duration + func (r *Result) ContentTransferEnd(t time.Time) time.Duration + func (r *Result) End(t time.Time) + func (r *Result) Fields() map[string]interface{} + func (r *Result) TotalEnd(t time.Time) time.Duration + func (r Result) Format(s fmt.State, verb rune)