Documentation
¶
Overview ¶
Package httplogger provides functionality to attach a logger to an http request's context.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingTransport ¶
type LoggingTransport struct {
Base http.RoundTripper
}
LoggingTransport logs to the request's context. The output can be processed by jq to format it nicely.
Click to show internal directories.
Click to hide internal directories.