Skip to main content

set_cookie

Function set_cookie 

Source
pub fn set_cookie(w: &mut dyn ResponseWriter, cookie: &Cookie)
Expand description

Append a Set-Cookie header to the response. Port of Go’s http.SetCookie.