Documentation
¶
Index ¶
Constants ¶
View Source
const (
LibraryVersion = "0.38.0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeaderRoundTripper ¶ added in v0.35.0
func NewHeaderRoundTripper ¶ added in v0.35.0
func NewHeaderRoundTripper(next http.RoundTripper, Header http.Header) *HeaderRoundTripper
type LoggingRoundTripper ¶ added in v0.35.0
type LoggingRoundTripper struct {
// contains filtered or unexported fields
}
func NewLoggingRoundTripper ¶ added in v0.35.0
func NewLoggingRoundTripper(next http.RoundTripper, logFile *os.File) *LoggingRoundTripper
Click to show internal directories.
Click to hide internal directories.