Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A standard header type used in many web frameworks like Httpaf and Cohttp
val header_of_string : string -> header option
parses "Cookie: foo=bar"
into ("Cookie", "foo=bar")
expires
describes when a cookie will expire.
`Session
- nothing will be set`MaxAge
- Max-Age will be set with the number`Date
- Expires will be set with a datemodule Date : sig ... end