Crate hyproxy

Source
Expand description

§HyProxy

hyproxy is a library for building HTTP proxies in Rust based on the hyper library.

Modules§

bail
Bail out from processing, returning a response early
headers
Proxy headers management.
upgrade
Middleware to facilitate upgrades across reverse proxy boundaries.
uri
Layer to fix the scheme of the request URI when passing through a proxy.