Documentation ¶
Index ¶
- func HandleConnection(ctx context.Context, conn net.Conn, reader *std_bufio.Reader, ...) error
- func ParseBasicAuth(auth string) (username, password string, ok bool)
- func ReadRequest(b *bufio.Reader) (req *http.Request, err error)
- func SourceAddress(request *http.Request) M.Socksaddr
- func URLSetPath(u *url.URL, p string) error
- type Client
- type Handler
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleConnection ¶
func ParseBasicAuth ¶ added in v0.2.16
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) DialContext ¶
func (*Client) ListenPacket ¶
type Handler ¶
type Handler = N.TCPConnectionHandler
Click to show internal directories.
Click to hide internal directories.