package piaf

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

Module Cookies.Set_cookieSource

Sourcetype t
Sourceval make : ?expiration:expiration -> ?path:string -> ?domain:string -> ?secure:bool -> ?http_only:bool -> ?same_site:same_site -> cookie -> t
Sourceval with_expiration : t -> expiration -> t
Sourceval with_path : t -> string -> t
Sourceval with_domain : t -> string -> t
Sourceval with_secure : t -> bool -> t
Sourceval with_http_only : t -> bool -> t
Sourceval with_same_site : t -> same_site -> t
Sourceval serialize : t -> cookie
Sourceval parse : Headers.t -> (string * t) list
Sourceval key : t -> string
Sourceval value : t -> string
OCaml

Innovation. Community. Security.