Skip to main content

Module mitm

Module mitm 

Available on crate features http and http-full only.

Structs§

DefaultErrorResponse
Default Response used in case the inner (egress) client of the HttpMitmRelay is erroring.
HttpMitmRelay
A utility that can be used by MITM services such as transparent proxies, in order to relay HTTP requests and responses between a client and server, as part of a deep protocol inspection protocol (DPI) flow.

Type Aliases§

DefaultMiddleware
Default middleware used by HttpMitmRelay, most likely you’ll want to overwrite it with custom middleware, unless you do not require MITM middleware.