Function rouille::input::get_cookies [] [src]

pub fn get_cookies(request: &Request) -> Vec<(String, String)>

Attempts to parse the list of cookies from the request.

Returns a pair of (key, value). If the header is missing or malformed, an empty Vec is returned.