Function wasm_cookies::set

source ·
pub fn set(name: &str, value: &str, options: &CookieOptions<'_>)
Expand description

Sets a cookie, with URI encoded name and value (with the urlencoding crate).

Available only on wasm32-unknown-unknown target.