Module Wd_storage.Partial_cookie

type t
val make : name:string -> value:Wd_network.Bytes_value.t -> domain:string -> ?path:string -> ?http_only:bool -> ?secure:bool -> ?same_site:Wd_network.Same_site.t -> ?expiry:int -> ?exts:Wd.Exts.t -> unit -> t
val name : t -> string
val domain : t -> string
val path : t -> string option
val http_only : t -> bool option
val secure : t -> bool option
val same_site : t -> Wd_network.Same_site.t option
val expiry : t -> int option
val exts : t -> Wd.Exts.t
val jsont : t Jsont.t