Plasma GitLab Archive
Projects Blog Knowledge

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:
  • 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
val mutable tls_session_props : Nettls_support.tls_session_props option
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml