[][src]Function wasm_cookies::get

pub fn get(name: &str) -> Option<Result<String, FromUrlEncodingError>>

If it exists, returns URI decoded cookie (with the urlencoding crate) or an error if the value's URI decoding fails.