package httpcats

  1. Overview
  2. Docs

Module Httpcats_core.CookieSource

Sourcemodule Day : sig ... end
Sourcemodule Month : sig ... end
Sourcemodule Zone : sig ... end
Sourcemodule Date : sig ... end
Sourcetype parameter =
  1. | SameSite of [ `Lax | `Strict | `None ]
  2. | Path of string
  3. | Domain of string
  4. | HttpOnly
  5. | Secure
  6. | Expires of Ptime.t
  7. | MaxAge of int
Sourceval parse_rfc822_date : string -> Ptime.t option
Sourceval parse_same_site : string -> [> `Lax | `None | `Strict ] option
Sourceval parse_parameter : string -> parameter option
Sourceval parse : string -> cookie option