Crates.io | hudsucker |
lib.rs | hudsucker |
version | 0.23.0 |
source | src |
created_at | 2021-08-31 05:51:25.057071 |
updated_at | 2024-09-22 06:28:58.88589 |
description | MITM HTTP/S proxy |
homepage | https://github.com/omjadas/hudsucker |
repository | https://github.com/omjadas/hudsucker |
max_upload_size | |
id | 444865 |
size | 220,602 |
Hudsucker is a MITM HTTP/S proxy written in Rust that allows you to:
decoder
: Enables decode_request
and decode_response
helpers (enabled by default).full
: Enables all features.http2
: Enables HTTP/2 support.native-tls-client
: Enables ProxyBuilder::with_native_tls_client
.openssl-ca
: Enables certificate_authority::OpensslAuthority
.rcgen-ca
: Enables certificate_authority::RcgenAuthority
(enabled by default).rustls-client
: Enables ProxyBuilder::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.