Documentation
¶
Overview ¶
Package protocol offers operations for protocols.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Requester ¶
type Requester interface {
Command() string
Target() string
Host() string
Hostname() string
Port() string
GetRequest(w io.Writer, r *bufio.Reader) error
Request(fw *forwarder.Forwarder, proxy, seg bool) (restart bool, err error)
}
Requester sends the proxied request to upstream servers.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package http offers protocol operations.
|
Package http offers protocol operations. |
|
Package socks offers socks parsing operations.
|
Package socks offers socks parsing operations. |
|
Package socks4a offers protocol operations.
|
Package socks4a offers protocol operations. |
|
Package socks5 offers protocol operations.
|
Package socks5 offers protocol operations. |
Click to show internal directories.
Click to hide internal directories.