[][src]Type Definition warp_reverse_proxy::Request

type Request = (Uri, QueryParameters, Method, Headers, Body);

Wrapper around a request data tuple.

It is the type that holds the request data extracted by the extract_request_data_filter filter.