Module Cookies.Set_cookie
val make : ?expiration:expiration -> ?path:string -> ?domain:string -> ?secure:bool -> ?http_only:bool -> ?same_site:same_site -> cookie -> tval with_expiration : t -> expiration -> tval with_path : t -> string -> tval with_domain : t -> string -> tval with_secure : t -> bool -> tval with_http_only : t -> bool -> tval with_same_site : t -> same_site -> tval serialize : t -> cookieval parse : Headers.t -> (string * t) listval key : t -> stringval value : t -> string