Structs§
- Connect
Request - 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:portor[ipv6]:port) into aTargetAddr. - parse_
basic_ auth - Parse Basic authentication from a Proxy-Authorization header value.
- parse_
header_ line - Parse a header line into (name, value).