[][src]Function wasm_cookies::all

pub fn all() -> Result<HashMap<String, String>, AllDecodeError>

Returns all cookies, with URI decoded keys and values (with the urlencoding crate), or an error if URI decoding fails on a key or a value.