Skip to main content

Module server

Module server 

Source

Structs§

ConnectRequest
Parsed CONNECT request.

Functions§

handle_connect
Handle an HTTP CONNECT request from a client stream.
parse_authority
Parse an authority-form target (host:port). Parse an authority string (host:port or [ipv6]:port) into a TargetAddr.
parse_basic_auth
Parse Basic authentication from a Proxy-Authorization header value.
parse_header_line
Parse a header line into (name, value).