package
0.0.4
Repository: https://github.com/ynetpkg/chttp.git
Documentation: pkg.go.dev

# Functions

ContextClientTrace returns the ClientTrace associated with the provided context.
WithClientTrace returns a new context based on the provided parent ctx.

# Structs

ClientTrace is a set of hooks to run at various stages of an outgoing HTTP request.
DNSDoneInfo contains information about the results of a DNS lookup.
DNSStartInfo contains information about a DNS request.
GotConnInfo is the argument to the ClientTrace.GotConn function and contains information about the obtained connection.
WroteRequestInfo contains information provided to the WroteRequest hook.