Function bitbazaar::cookies::get_cookie_raw

source ·
pub fn get_cookie_raw(name: &str) -> Option<String>
Available on crate features cookies_ssr or cookies_wasm only.
Expand description

Get the raw value of a cookie. If the cookie isn’t found, returns None.