package cookies

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

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

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