package
Version:
v0.20.0
Opens a new window with list of versions in this module.
Published: Jun 26, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package proxy provides transport and upgrade support for proxies
type Transport struct {
Scheme string
Host string
PathPrepend string
http.RoundTripper
}
Transport is a transport for text/html content that replaces URLs in html
content with the prefix of the proxy server
func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error)
RoundTrip implements the http.RoundTripper interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.