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
- log_props
 The virtual methods, of course, must be defined!
Inherits
val mutable config : Netcgi.config
val mutable protocol : Nethttp.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