Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalHeadersRoundTripper ¶ added in v0.9.0
type AdditionalHeadersRoundTripper struct { http.RoundTripper Headers map[string][]string }
AdditionalHeadersRoundTripper adds a new RoundTripper to the chain that sets additional static headers.
type PartialResponseRoundTripper ¶
type PartialResponseRoundTripper struct { http.RoundTripper Allow bool }
PartialResponseRoundTripper adds a new RoundTripper to the chain that sets the partial_response query parameter to the value of Allow.
Click to show internal directories.
Click to hide internal directories.