Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/netcgi2-plex/netcgi_plex.cmi_pretty GODI Package godi-ocamlnet
Library netcgi2-plex
 
   Netcgi_plex.html    netcgi_plex.cmi_pretty    netcgi_plex.mli    Sources  
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 ->
  (Netplex_types.container -> Netcgi.cgi -> unit) ->
  Netplex_types.processor_factory
type mountpoint = [ `Mount_at of string | `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
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml