Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
func (*Proxy) OnRequest ¶
func (p *Proxy) OnRequest(f ProxyRequestFunc) *Proxy
func (*Proxy) OnResponse ¶
func (p *Proxy) OnResponse(f ProxyResponseFunc) *Proxy
type ProxyRequestFunc ¶
Click to show internal directories.
Click to hide internal directories.