pub fn build_set_cookie(
name: &str,
value: &str,
attrs: &CookieAttrs<'_>,
) -> StringExpand description
Builds a Set-Cookie header value for name=value with attrs.
pub fn build_set_cookie(
name: &str,
value: &str,
attrs: &CookieAttrs<'_>,
) -> StringBuilds a Set-Cookie header value for name=value with attrs.