Go stdlib package — net/http/httptrace. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.ContextClientTrace()NeutralContextClientTrace(ctx context.Context) *ClientTrace
ContextClientTrace returns the ClientTrace associated with the
.WithClientTrace()NeutralWithClientTrace(ctx context.Context, trace *ClientTrace) context.Context
WithClientTrace returns a new context based on the provided parent
.ClientTrace()Neutraltype ClientTrace ...
ClientTrace is a set of hooks to run at various stages of an outgoing
.DNSDoneInfo()Neutraltype DNSDoneInfo ...
DNSDoneInfo contains information about the results of a DNS lookup.
.DNSStartInfo()Neutraltype DNSStartInfo ...
DNSStartInfo contains information about a DNS request.
.GotConnInfo()Neutraltype GotConnInfo ...
GotConnInfo is the argument to the ClientTrace.GotConn function and
.WroteRequestInfo()Neutraltype WroteRequestInfo ...
WroteRequestInfo contains information provided to the WroteRequest
| FQN | Field | |
|---|---|---|
| net/http/httptrace | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
// standard library — no go.mod entry required
from codepathfinder.go_rule import ... # net/http/httptrace