package
0.17.0
Repository: https://github.com/hypertrace/goagent.git
Documentation: pkg.go.dev

# Functions

HasMultiPartFormDataContentTypeHeader returns true if the Content-Type header is multipart/form-data.
NewHeaderMapAccessor returns a HeaderAccessor.
SetAttributesFromHeaders set attributes into span from a HeaderAccessor.
ShouldRecordBodyOfContentType checks if the body is meant to be recorded based on the content-type and the fact that body is not streamed.
WrapHandler wraps an uninstrumented handler (e.g.
WrapTransport returns a new http.RoundTripper that should be wrapped by an instrumented http.RoundTripper.

# Structs

Options for HTTP handler instrumentation.

# Interfaces

HeaderAccessor allows accessing HTTP header values.