Documentation ¶
Overview ¶
Package httputil contains functions that act as middleware for api interactions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggingRoundTripper ¶
type LoggingRoundTripper struct { Proxied http.RoundTripper Logger logging.Logger }
LoggingRoundTripper implements http.RoundTripper. When set as Transport of http.Client, it executes HTTP requests with logging.
Click to show internal directories.
Click to hide internal directories.