class virtual empty_environment :
object
.. end
This class implements an environment with defined internal containers.
These containers are empty, but fully functional.
The following methods are empty and should be redefined:
send_output_header
send_file
log_error
The virtual methods, of course, must be defined!
Inherits
val mutable config : Netcgi1_compat.Netcgi_env.cgi_config
val mutable in_state : Netcgi1_compat.Netcgi_env.input_state
val mutable out_state : Netcgi1_compat.Netcgi_env.output_state
val mutable protocol : Netcgi1_compat.Netcgi_env.protocol
val mutable in_header : Nethttp.http_header
val mutable out_header : Nethttp.http_header
val mutable properties : (string * string) list
val mutable in_channel : Netchannels.in_obj_channel
val mutable out_channel : Netchannels.out_obj_channel