Class virtual Nethttpd_types.empty_environment


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: The virtual methods, of course, must be defined!
Inherits
val mutable config : Netcgi_env.cgi_config
val mutable in_state : Netcgi_env.input_state
val mutable out_state : Netcgi_env.output_state
val mutable protocol : 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