Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocalRevProxy ¶
Types ¶
type Dispenser ¶
type Dispenser struct {
// contains filtered or unexported fields
}
func NewDispenser ¶
type GetProxyRequest ¶
type GetProxyRequest struct {
Proxy chan Proxy
}
func NewGetProxyRequest ¶
func NewGetProxyRequest() *GetProxyRequest
type ProxyBufferPool ¶
type ProxyBufferPool struct {
// contains filtered or unexported fields
}
func NewProxyBufferPool ¶
func NewProxyBufferPool() *ProxyBufferPool
func (*ProxyBufferPool) Get ¶
func (p *ProxyBufferPool) Get() []byte
func (*ProxyBufferPool) Put ¶
func (p *ProxyBufferPool) Put(b []byte)
Click to show internal directories.
Click to hide internal directories.