⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

build_cookie_header

Function build_cookie_header 

Source
pub fn build_cookie_header(cookies: &[(&str, &str)]) -> String
Expand description

Build a Cookie header value from a list of (name, value) pairs.