package http-cookie

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type t =
  1. | Default
  2. | None
  3. | Lax
  4. | Strict
val equal : t -> t -> bool
val compare : t -> t -> int
val to_string : t -> string