pub type Request = (Uri, QueryParameters, Method, Headers, Bytes);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.
pub type Request = (Uri, QueryParameters, Method, Headers, Bytes);Wrapper around a request data tuple.
It is the type that holds the request data extracted by the extract_request_data_filter filter.