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
full: Enables all features.http2: Enables HTTP/2 support.native-tls-client: EnablesProxyBuilder::with_rustls_client(enabled by default).openssl-certs: Enablescertificate_authority::OpensslAuthority.rcgen-certs: Enablescertificate_authority::RcgenAuthority(enabled by default).rustls-client: EnablesProxyBuilder::with_native_tls_client.
Usage
For usage, refer to the provided examples.