package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
class type cgi = object ... end
val run : ?config:Netcgi.config -> ?allow:(Unix.sockaddr -> bool) -> ?output_type:Netcgi.output_type -> ?arg_store:Netcgi.arg_store -> ?exn_handler:Netcgi.exn_handler -> ?socket:Unix.file_descr -> ?sockaddr:Unix.sockaddr -> ?port:int -> (cgi -> unit) -> unit
val handle_request : Netcgi.config -> Netcgi.output_type -> Netcgi.arg_store -> Netcgi.exn_handler -> (cgi -> unit) -> max_conns:int -> log:(string -> unit) option -> Unix.file_descr -> Netcgi.connection_directive
val handle_connection : Netcgi.config -> Netcgi.output_type -> Netcgi.arg_store -> Netcgi.exn_handler -> (cgi -> unit) -> max_conns:int -> one_shot:bool -> Unix.file_descr -> unit