package http-cookie

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

Module Http_cookie.Same_siteSource

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

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

Innovation. Community. Security.