Function wasm_cookies::all

source ·
pub fn all() -> Result<HashMap<String, String>, AllDecodeError>
Expand description

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.

Available only on wasm32-unknown-unknown target.