eliom.client
Eliom_cookies_base
eliom.ocamlbuild
eliom.ppx
eliom.server
monitor
monitor_start
ppx_client
ppx_server
ppx_type
ppx_utils
type cookie = Ocsigen_cookie_map.cookie =
| OSet of float option * string * bool
| OUnset
val cookie_of_json : Deriving_Json_lexer.lexbuf -> cookie
val cookie_to_json : Buffer.t -> cookie -> unit
val cookie_json : cookie Deriving_Json.t
type cookie_array = (string array * (string * cookie) array) array
val cookie_array_of_json : Deriving_Json_lexer.lexbuf -> cookie_array
val cookie_array_to_json : Buffer.t -> cookie_array -> unit
val cookie_array_json : cookie_array Deriving_Json.t
val cookieset_to_json : cookie Ocsigen_cookie_map.Map_inner.t Ocsigen_cookie_map.Map_path.t -> string
changes to cookieset_to_json must be completed by corresponding changes in cookieset_of_json
val cookieset_of_json : string -> Ocsigen_cookie_map.t