Skip to main content

extract_req_params_header

Function extract_req_params_header 

Source
pub fn extract_req_params_header(head: &HeaderMap) -> HashMap<String, String>
👎Deprecated since 0.1.0:

Use extract_params_header instead

Expand description

Extract request parameters from hyper::HeaderMap, mainly header information. This function is useful when you have a raw HTTP request and need to extract parameters.