Module Piaf.Cookies
type expiration=[|`Session|`Max_age of int64]type same_site=[|`None|`Lax|`Strict]type cookie= string * string
module Set_cookie : sig ... endmodule Cookie : sig ... endPiaf.Cookiestype expiration = [ | `Session |
| `Max_age of int64 |
]type same_site = [ | `None |
| `Lax |
| `Strict |
]type cookie = string * stringmodule Set_cookie : sig ... endmodule Cookie : sig ... end