package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val factory : ?config:Netcgi.config -> ?enable:[ `AJP | `FCGI | `SCGI ] list -> ?name:string -> ?output_type:Netcgi.output_type -> ?arg_store:Netcgi.arg_store -> ?exn_handler:Netcgi.exn_handler -> ?configure: (Netplex_types.config_file -> Netplex_types.address -> Netplex_types.processor_hooks) -> (Netplex_types.container -> Netcgi.cgi -> unit) -> Netplex_types.processor_factory
type mountpoint = [
  1. | `Mount_at of string
  2. | `Mount_dir of string
]
val fcgi_processor : ?config:Netcgi.config -> ?output_type:Netcgi.output_type -> ?arg_store:Netcgi.arg_store -> ?exn_handler:Netcgi.exn_handler -> ?timeout:float -> ?mount:mountpoint -> (Netplex_types.container -> Netcgi_fcgi.cgi -> unit) -> Netplex_types.processor
val scgi_processor : ?config:Netcgi.config -> ?output_type:Netcgi.output_type -> ?arg_store:Netcgi.arg_store -> ?exn_handler:Netcgi.exn_handler -> ?timeout:float -> ?mount:mountpoint -> (Netplex_types.container -> Netcgi.cgi -> unit) -> Netplex_types.processor
val ajp_processor : ?config:Netcgi.config -> ?output_type:Netcgi.output_type -> ?arg_store:Netcgi.arg_store -> ?exn_handler:Netcgi.exn_handler -> ?timeout:float -> ?mount:mountpoint -> (Netplex_types.container -> Netcgi.cgi -> unit) -> Netplex_types.processor