Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Yurt_header.Cookie
Sourceinclude module type of struct include Cohttp.Cookie.Set_cookie_hdr end
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val make :
?expiration:Cohttp__Cookie.expiration ->
?path:string ->
?domain:string ->
?secure:bool ->
?http_only:bool ->
Cohttp__Cookie.cookie ->
t
val serialize : ?version:[ `HTTP_1_0 | `HTTP_1_1 ] -> t -> string * string
val extract : Cohttp__.Header.t -> (string * t) list
val cookie : t -> Cohttp__Cookie.cookie
val value : t -> string
val expiration : t -> Cohttp__Cookie.expiration
val domain : t -> string option
val path : t -> string option
val secure : t -> bool
val http_only : t -> bool