Results for “Std.Http.Cookie”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Http.Cookie
A cookie as a request carries it: a name and a value.
- Std.App.Session.nameFrom
&Array[Std.Http.Cookie] -> Option[Str]The session name a request carried, if it carried one.
- Std.Http.parseCookies
Str -> Array[Std.Http.Cookie]Every cookie a
cookieheader carries. - Std.Http.renderCookies
&Array[Std.Http.Cookie] -> StrCookies written as a
cookieheader value.
