Docs.rs
hyproxy-0.11.1
hyproxy 0.11.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
alexrudy
Dependencies
bytes ^1.10.1
normal
http ^1.3.1
normal
hyper ^1.6.0
normal
hyperdriver ^0.11
normal
nom ^7.1.3
normal
pin-project-lite ^0.2.16
normal
thiserror ^2.0.12
normal
tokio ^1
normal
tower ^0.5.2
normal
tracing ^0.1.41
normal
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
hyproxy
0.11.1
All Items
Sections
HyProxy
Crate Items
Modules
Crate
hyproxy
Copy item path
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.