package cookies

  1. Overview
  2. Docs
HTTP cookies library for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

cookies-v1.0.0.tbz
sha256=0a3f3de3d6fe517c176ca11761f945b4b32d5d315b1b23fc0054c3491994a1de
sha512=786c5ffcafa5d8e5044ce60c4fbf204bc4daa0ecdbe3d8b3832fc511a150756399b59f19b3b2f55c0d53a2e78ba9ab60ed679596dbe3e334038ae1e3328163d9

doc/cookies/Same_site/index.html

Module Same_siteSource

Sourcetype t

Represents 'Same-site' cookie attribute. See https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00.

Sourceval default : t
Sourceval none : t
Sourceval lax : t
Sourceval strict : t
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.