Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHeaders ¶
NewHeaders creates a new http.Header from the given slice of headers. Each header in the slice should be in the format "key=value". If a header is not in the correct format, it is skipped.
Types ¶
type DefaultHeaderTransport ¶
type DefaultHeaderTransport struct {
Origin http.RoundTripper
Header http.Header
AppName string
AppVersion string
}
DefaultHeaderTransport is an http.RoundTripper that adds the given headers to each request, and always injects x-app-name and x-app-version headers.
Click to show internal directories.
Click to hide internal directories.