[][src]Crate warp_reverse_proxy

Functions

extract_request_data_filter

Warp filter that extracts the relative request path, method, headers map and body of a request.

reverse_proxy_filter

Reverse proxy filter: It forwards the request to the desired location. It maps one to one, meaning that a request to https://www.bar.foo/handle/this/path forwarding to https://www.other.location will result in a request to https://www.other.location/handle/this/path.

Type Definitions

Request