hudsucker

Crates.iohudsucker
lib.rshudsucker
version0.22.0
sourcesrc
created_at2021-08-31 05:51:25.057071
updated_at2024-05-08 05:56:51.613476
descriptionMITM HTTP/S proxy
homepagehttps://github.com/omjadas/hudsucker
repositoryhttps://github.com/omjadas/hudsucker
max_upload_size
id444865
size211,406
(omjadas)

documentation

https://docs.rs/hudsucker

README

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.

Commit count: 362

cargo fmt