47 unstable releases
Uses new Rust 2024
| 0.24.0 | Oct 2, 2025 |
|---|---|
| 0.23.0 | Sep 22, 2024 |
| 0.22.0 | May 8, 2024 |
| 0.21.0 | Dec 1, 2023 |
| 0.9.1 | Nov 25, 2021 |
#1445 in Network programming
723 downloads per month
Used in 3 crates
85KB
2K
SLoC
hudsucker
Hudsucker is a MITM HTTP/S proxy written in Rust that allows you to:
- Modify HTTP/S requests
- Modify HTTP/S responses
- Modify WebSocket messages
Features
decoder: Enablesdecode_requestanddecode_responsehelpers (enabled by default).full: Enables all features.http2: Enables HTTP/2 support.native-tls-client: EnablesProxyBuilder::with_native_tls_connector.openssl-ca: Enablescertificate_authority::OpensslAuthority.rcgen-ca: Enablescertificate_authority::RcgenAuthority(enabled by default).rustls-client: EnablesProxyBuilder::with_rustls_connector(enabled by default).
Usage
For usage, refer to the provided examples.
Built With Hudsucker
License
Licensed under either of
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~18–39MB
~626K SLoC