package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type engine_req_state = [
  1. | `Finishing
  2. | `Received_header
  3. | `Received_request
  4. | `Receiving_body
]
class type http_engine_config = object ... end
val default_http_engine_config : http_engine_config
class modify_http_engine_config : ?modify_http_protocol_config:(Nethttpd_kernel.http_protocol_config -> Nethttpd_kernel.http_protocol_config) -> ?modify_http_processor_config:( Nethttpd_reactor.http_processor_config -> Nethttpd_reactor.http_processor_config) -> ?config_input_flow_control: bool -> ?config_output_flow_control:bool -> http_engine_config -> http_engine_config
class type extended_async_environment = object ... end
class type http_request_header_notification = object ... end
class type http_request_notification = object ... end
class type http_engine_processing_config = object ... end
class type http_engine_processing_context = object ... end
module Debug : sig ... end