Plasma GitLab Archive
Projects Blog Knowledge

sig
  type t = Netcgi_common.Cookie.t
  val make :
    ?max_age:int ->
    ?domain:string ->
    ?path:string ->
    ?secure:bool ->
    ?comment:string ->
    ?comment_url:string ->
    ?ports:int list -> string -> string -> Netcgi.Cookie.t
  val name : Netcgi.Cookie.t -> string
  val value : Netcgi.Cookie.t -> string
  val domain : Netcgi.Cookie.t -> string option
  val path : Netcgi.Cookie.t -> string option
  val ports : Netcgi.Cookie.t -> int list option
  val set_value : Netcgi.Cookie.t -> string -> unit
  val set_max_age : Netcgi.Cookie.t -> int option -> unit
  val set_domain : Netcgi.Cookie.t -> string option -> unit
  val set_path : Netcgi.Cookie.t -> string option -> unit
  val set_secure : Netcgi.Cookie.t -> bool -> unit
  val set_comment : Netcgi.Cookie.t -> string -> unit
  val set_comment_url : Netcgi.Cookie.t -> string -> unit
  val set_ports : Netcgi.Cookie.t -> int list option -> unit
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml