Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Cookie.Set_cookie_hdr
Sourcetype t = {
expiration : expiration;
domain : string option;
path : string option;
secure : bool;
http_only : bool;
}
A header which a server sends to a client to request that the client returns the cookie in future requests, under certain conditions.
val make :
?expiration:expiration ->
?path:string ->
?domain:string ->
?secure:bool ->
?http_only:bool ->
cookie ->
t
Return an HTTP header
The expiration