httputil

package
v1.6.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBasicAuthRoundTripper

func NewBasicAuthRoundTripper(username, password string, rt http.RoundTripper) http.RoundTripper

NewBasicAuthRoundTripper will apply a BASIC auth authorization header to a request unless it has already been set.

func NewBearerAuthRoundTripper

func NewBearerAuthRoundTripper(bearer string, rt http.RoundTripper) http.RoundTripper

NewBearerAuthRoundTripper adds the provided bearer token to a request unless the authorization header has already been set.

func NewClient

func NewClient(rt http.RoundTripper) *http.Client

NewClient returns a http.Client using the specified http.RoundTripper.

func NewClientFromConfig added in v1.6.0

func NewClientFromConfig(cfg config.HTTPClientConfig) (*http.Client, error)

NewClientFromConfig returns a new HTTP client configured for the given config.HTTPClientConfig.

func NewDeadlineRoundTripper

func NewDeadlineRoundTripper(timeout time.Duration, proxyURL *url.URL) http.RoundTripper

NewDeadlineRoundTripper returns a new http.RoundTripper which will time out long running requests.

func NewTLSConfig

func NewTLSConfig(cfg config.TLSConfig) (*tls.Config, error)

NewTLSConfig creates a new tls.Config from the given config.TLSConfig.

Types

type CompressionHandler

type CompressionHandler struct {
	Handler http.Handler
}

CompressionHandler is a wrapper around http.Handler which adds suitable response compression based on the client's Accept-Encoding headers.

func (CompressionHandler) ServeHTTP

func (c CompressionHandler) ServeHTTP(writer http.ResponseWriter, req *http.Request)

ServeHTTP adds compression to the original http.Handler's ServeHTTP() method.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL