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
decoder
: Enablesdecode_request
anddecode_response
helpers (enabled by default).full
: Enables all features.http2
: Enables HTTP/2 support.native-tls-client
: EnablesProxyBuilder::with_native_tls_client
.openssl-ca
: Enablescertificate_authority::OpensslAuthority
.rcgen-ca
: Enablescertificate_authority::RcgenAuthority
(enabled by default).rustls-client
: EnablesProxyBuilder::with_rustls_client
(enabled by default).
For usage, refer to the provided examples.
Licensed under either of
at your option.
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.