Function rouille::input::cookies [] [src]

pub fn 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.