Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalProxy ¶
type LocalProxy struct { Server *http.Server Host string Bind string Proxy string ProxyScheme string ProxyTLSCertificate string ProxyTLSKey string }
LocalProxy is the local proxy definition
func (*LocalProxy) ServeHTTP ¶
func (p *LocalProxy) ServeHTTP(res http.ResponseWriter, req *http.Request)
func (*LocalProxy) Start ¶
func (p *LocalProxy) Start()
Start handle new connections for the local client
Click to show internal directories.
Click to hide internal directories.