pub fn get_cookie(input: &str, name: &str) -> Option<String>
Returns the first cookie value with the requested name.