Skip to main content

Module proxy

Module proxy 

Source
Available on crate features http and std only.
Expand description

HTTP proxy types, request utilities, and MITM support.

Modules§

mitmhttp-backend

Structs§

HttpProxyConnectMatcher
Matcher implementation which uses is_req_http_proxy_connect.

Enums§

PlaintextHttpProxyMode
Requested handling of plaintext HTTP and WebSocket traffic through an HTTP(S) proxy.

Functions§

is_req_http_proxy_connect
Returns true if the provided reuqest is a HTTP Proxy Connect request.