package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method argument : string -> Netcgi_types.cgi_argument
method argument_value : ?default:string -> string -> string
method arguments : (string * Netcgi_types.cgi_argument) list
method delete_argument : ?fin:bool -> string -> unit
method environment : Netcgi_env.cgi_environment
method finalize : unit -> unit
method initial_argument : string -> Netcgi_types.cgi_argument
method initial_argument_value : ?default:string -> string -> string
method initial_arguments : (string * Netcgi_types.cgi_argument) list
method initial_multiple_argument : string -> Netcgi_types.cgi_argument list
method multiple_argument : string -> Netcgi_types.cgi_argument list
method request_method : Netcgi_types.request_method
method set_arguments : ?fin:bool -> Netcgi_types.cgi_argument list -> unit
method set_header : ?status:Netcgi_types.status -> ?content_type:string -> ?cache:Netcgi_types.cache_control -> ?filename:string -> ?language:string -> ?script_type:string -> ?style_type:string -> ?set_cookie:Netcgi_types.cgi_cookie list -> ?fields:(string * string list) list -> unit -> unit
method set_redirection_header : string -> unit
method update_argument : ?fin:bool -> Netcgi_types.cgi_argument -> unit
method update_multiple_argument : ?fin:bool -> Netcgi_types.cgi_argument list -> unit
method url : ?protocol:Netcgi_env.protocol -> ?with_authority:Netcgi_types.other_url_spec -> ?with_script_name:Netcgi_types.other_url_spec -> ?with_path_info:Netcgi_types.other_url_spec -> ?with_query_string:Netcgi_types.query_string_spec -> unit -> string
OCaml

Innovation. Community. Security.