44 releases

0.21.0 Dec 1, 2023
0.20.0 May 17, 2023
0.19.4 Apr 25, 2023
0.19.2 Mar 28, 2023
0.9.1 Nov 25, 2021

#1477 in Network programming

Download history 90/week @ 2023-12-04 46/week @ 2023-12-11 57/week @ 2023-12-18 21/week @ 2023-12-25 31/week @ 2024-01-01 29/week @ 2024-01-08 55/week @ 2024-01-15 36/week @ 2024-01-22 50/week @ 2024-01-29 106/week @ 2024-02-05 93/week @ 2024-02-12 88/week @ 2024-02-19 159/week @ 2024-02-26 119/week @ 2024-03-04 200/week @ 2024-03-11 126/week @ 2024-03-18

606 downloads per month
Used in 2 crates

MIT/Apache

75KB
1.5K 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_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).

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

~13–30MB
~562K SLoC