48 releases

Uses new Rust 2024

0.24.1 May 4, 2026
0.24.0 Oct 2, 2025
0.23.0 Sep 22, 2024
0.22.0 May 8, 2024
0.9.1 Nov 25, 2021

#1739 in Network programming

Download history 235/week @ 2026-01-23 264/week @ 2026-01-30 1394/week @ 2026-02-06 797/week @ 2026-02-13 938/week @ 2026-02-20 967/week @ 2026-02-27 2491/week @ 2026-03-06 1921/week @ 2026-03-13 1114/week @ 2026-03-20 1665/week @ 2026-03-27 1150/week @ 2026-04-03 859/week @ 2026-04-10 1091/week @ 2026-04-17 1241/week @ 2026-04-24 2358/week @ 2026-05-01 5052/week @ 2026-05-08

9,915 downloads per month
Used in 8 crates (6 directly)

MIT/Apache

86KB
2K SLoC

hudsucker

crates.io docs.rs Build

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: 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_connector.
  • openssl-ca: Enables certificate_authority::OpensslAuthority.
  • rcgen-ca: Enables certificate_authority::RcgenAuthority (enabled by default).
  • rustls-client: Enables ProxyBuilder::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

~17–39MB
~635K SLoC