package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method argument : string -> cgi_argument
method argument_exists : string -> bool
method argument_value : ?default:string -> string -> string
method arguments : cgi_argument list
method at_exit : (unit -> unit) -> unit
method environment : cgi_environment
method finalize : unit -> unit
method multiple_argument : string -> cgi_argument list
method request_method : [ `DELETE | `GET | `HEAD | `POST | `PUT of cgi_argument ]
method set_header : ?status:Nethttp.http_status -> ?content_type:string -> ?content_length:int -> ?set_cookie:Nethttp.cookie list -> ?set_cookies:Cookie.t list -> ?cache:cache_control -> ?filename:string -> ?language:string -> ?script_type:string -> ?style_type:string -> ?fields:(string * string list) list -> unit -> unit
method set_redirection_header : ?set_cookies:Cookie.t list -> ?fields:(string * string list) list -> string -> unit
method url : ?protocol:Nethttp.protocol -> ?with_authority:other_url_spec -> ?with_script_name:other_url_spec -> ?with_path_info:other_url_spec -> ?with_query_string:query_string_spec -> unit -> string