Documentation
¶
Overview ¶
Package proxied implements a proxied http.Transport supporting digest access authentication.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProxiedTransport ¶
func NewProxiedTransport(proxy *url.URL) http.RoundTripper
NewProxiedTransport returns a http.RoundTripper that wraps a http.Transport and uses proxy for all requests.
It supports digest access authentication for proxies, in addition to all schemes supported by http.Transport.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.