class type http_processor_config =Inheritsobject
..end
method config_timeout_next_request : float
method config_timeout : float
method config_cgi : Netcgi.config
method config_error_response : Nethttpd_types.error_response_params -> string
method config_log_error : Nethttpd_types.request_info -> string -> unit
config_log_error info msg
: Log the message msg
. Information
about the request can be taken from info
. The request may
only be partially available - be prepared that info
methods
raise Not_found
.method config_log_access : Nethttpd_types.full_info -> unit
The cgi_properties
are from the environment. As there
is no automatic way of recording the last, finally used version of
this list, it is required that users call log_props
of the extended
environment whenever the properties are updated. This is done by
all Nethttpd
modules.