Expand description
Configuration logic for onion service reverse proxy.
Structs§
- ProxyConfig 
- Configuration for a reverse proxy running for one onion service.
- ProxyConfig Builder 
- Builder for ProxyConfig.
- ProxyPattern 
- A set of ports to use when checking how to handle a port.
- ProxyRule 
- A single rule in a ProxyConfig.
- ProxyRule List Builder 
- Wrapper struct to help derive_builder find the right types and methods
Enums§
- Encapsulation
- The method by which we encapsulate a forwarded request.
- ProxyAction 
- An action to take upon receiving an incoming request.
- ProxyConfig Error 
- An error encountered while parsing or applying a proxy configuration.
- TargetAddr 
- The address to which we forward an accepted connection.