package CamlGI

  1. Overview
  2. Docs
method cookies : Cookie.cookie list
method exit : 'a. unit -> 'a
method header : ?content_type:string -> ?cookie:Cookie.cookie -> ?cookies:Cookie.cookie list -> ?cookie_cache:bool -> unit -> unit
method is_multipart : bool
method log : string -> unit
method param : string -> string
method param_all : string -> string list
method param_exists : string -> bool
method param_true : string -> bool
method params : (string * string) list
method redirect : 'a. ?cookie:Cookie.cookie -> ?cookies:Cookie.cookie list -> ?cookie_cache:bool -> string -> 'a
method request : Request.t
method template : 'b. ?content_type:string -> ?cookie:Cookie.cookie -> ?cookies:Cookie.cookie list -> ?cookie_cache:bool -> template as 'c -> unit
method upload : string -> upload_data
method upload_all : string -> upload_data list
method url : unit -> string