[][src]Function wasm_cookies::set

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

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