Skip to main content

Module http

Module http 

Source
Expand description

Native HTTP CONNECT ingress for onion proxy clients.

Structs§

OnionHttpProxyOptions
Runtime options for the native onion HTTP CONNECT proxy.

Constants§

DEFAULT_CONNECT_HEADER_TIMEOUT_SECS
Default deadline for receiving a complete CONNECT header.
DEFAULT_MAX_CONNECT_CONNECTIONS
Default concurrent connection bound for the native CONNECT ingress.

Functions§

default_connect_header_timeout_secs
Return the default CONNECT header deadline in seconds.
default_max_connect_connections
Return the default native CONNECT ingress concurrency bound.
run_onion_http_proxy
Run a native HTTP CONNECT proxy for onion TCP exits.