pub fn extract_query_part(req: &Request, key: &str) -> Option<String>
Expand description

Get query parameter with key from the HTTP request.