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

Wrapper around a request data tuple.

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