EzCookieServerSourceLooks up request headers and returns map of cookies (cookie_name->cokie_value)
Discards cookie in the 'Set-Cookie' header by setting its value to empty string and its max-age to 0
val set :
?secure:bool ->
?http_only:bool ->
?expiration:int64 ->
name:string ->
value:string ->
unit ->
string * stringCreates 'Set-Cokie' header with cookie whose name, value and some parameters are specified.