A | |
| action [Netcgi] | |
| arg_store [Netcgi_common] |
See
Netcgi.arg_store.
|
| arg_store [Netcgi] |
This is the type of functions
arg_store so that arg_store env
name header tells whether to `Discard the argument or to
store it into a `File or in `Memory.
|
B | |
| binding [Netcgi] | |
C | |
| cache_control [Netcgi_common] |
See
Netcgi.cache_control.
|
| cache_control [Netcgi] |
This is only a small subset of the HTTP 1.1 cache control
features, but they are usually sufficient, and they work for
HTTP/1.0 as well.
|
| config [Netcgi_common] |
See
Netcgi.config.
|
| config [Netcgi] | |
| connection_handler [Netcgi] | |
E | |
| exn_handler [Netcgi] |
A function of type
exn_handler allows to define a custom
handler of uncaught exceptions raised by the unit -> unit
parameter.
|
O | |
| other_url_spec [Netcgi_common] | |
| other_url_spec [Netcgi] |
Determines how an URL part is generated:
`Env: Take the value from the environment., `This v: Use this value v. It must already be URL-encoded., `None: Do not include this part into the URL.
|
| output_type [Netcgi_common] |
See
Netcgi.output_type.
|
| output_type [Netcgi] |
The ouput type determines how generated data is buffered.
|
Q | |
| query_string_spec [Netcgi_common] | |
| query_string_spec [Netcgi] |
Determines how the query part of URLs is generated:
`Env: The query string of the current request., `This l: The query string is created from the specified
argument list l., `None: The query string is omitted., `Args: deprecated, use `This
(left for backward compatibility).
|
R | |
| representation [Netcgi_common] | |
| request_method [Netcgi_common] | |
S | |
| store [Netcgi_common] | |
T | |
| t [Netcgi_common.Cookie] | |
| t [Netcgi.Cookie] |
Mutable cookie type.
|
U | |
| url_filter [Netcgi] |