Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Tracer ¶
type Tracer struct { URL string Created time.Time RequestStart time.Time DNSStartTime time.Time DNSDoneTime time.Time GotConnTime time.Time GotFirstResponseByteTime time.Time BodyReadTime time.Time Response *http.Response }
func (*Tracer) ConnectStart ¶
func (*Tracer) DNSDone ¶
func (t *Tracer) DNSDone(_ httptrace.DNSDoneInfo)
func (*Tracer) DNSStart ¶
func (t *Tracer) DNSStart(_ httptrace.DNSStartInfo)
func (*Tracer) GotConn ¶
func (t *Tracer) GotConn(info httptrace.GotConnInfo)
func (*Tracer) GotFirstResponseByte ¶
func (t *Tracer) GotFirstResponseByte()
Click to show internal directories.
Click to hide internal directories.