Skip to main content

Crate trillium_proxy

Crate trillium_proxy 

Source
Expand description

http reverse and forward proxy trillium handler

Modules§

upstream
Upstream selectors

Structs§

Client
An HTTP client supporting HTTP/1.x, HTTP/2 (via ALPN), and — when configured with a QUIC implementation — HTTP/3. See Client::new and Client::new_with_quic for construction information.
ForwardProxyConnect
trillium handler to implement Connect proxying
Proxy
the proxy handler
Url
A parsed URL record.

Traits§

Connector
Interface for runtime and tls adapters for the trillium client

Functions§

proxy
constructs a new Proxy. alias of Proxy::new