# 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.
# Interfaces
HeaderAccessor allows accessing HTTP header values.