Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Vif_core.CookieSourceval pp_error :
Format.formatter ->
[< `Invalid_encrypted_cookie | `Msg of string | `Not_found ] ->
unittype config = {expires : float option;max_age : float option;domain : [ `host ] Domain_name.t option;path : bool;secure : bool;http_only : bool;same_site : [ `Strict | `Lax | `None ];}val set :
?encrypt:??? ->
?cfg:??? ->
?path:??? ->
name:string ->
Vif_core__.Vif_server.t ->
('a, 'b, 'c) Vif_core__.Vif_request.t ->
string ->
('d, 'd, unit) Vif_core__.Vif_response.t