Versions in this module Expand all Collapse all v0 v0.2.0 Apr 10, 2017 Changes in this version type Result + func (r *Result) End(t time.Time) + func (r Result) Format(s fmt.State, verb rune) v0.1.0 Oct 26, 2016 Changes in this version + func WithHTTPStat(ctx context.Context, r *Result) context.Context + type Result struct + Connect time.Duration + DNSLookup time.Duration + NameLookup time.Duration + Pretransfer time.Duration + ServerProcessing time.Duration + StartTransfer time.Duration + TCPConnection time.Duration + TLSHandshake time.Duration + func (r *Result) ContentTransfer(t time.Time) time.Duration + func (r *Result) Total(t time.Time) time.Duration