Function wasm_cookies::cookies::set_raw

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

Return the cookie string that sets a cookie, with non encoded name and value.