package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method add : http_call -> unit
method add_auth_handler : auth_handler -> unit
method add_with_callback : http_call -> (http_call -> unit) -> unit
method avoid_proxy_for : string list -> unit
method cnt_crashed_connections : int
method cnt_failed_connections : int
method cnt_new_connections : int
method cnt_server_eof_connections : int
method cnt_successful_connections : int
method cnt_timed_out_connections : int
method configure_transport : transport_layer_id -> transport_channel_type -> unit
method connection_cache : connection_cache
method connections : (string * int * int) list
method event_system : Unixqueue.event_system
method get_options : http_options
method number_of_open_connections : int
method number_of_open_messages : int
method proxy_type : string -> proxy_type option
method proxy_type_of_call : http_call -> proxy_type option
method reset : unit -> unit
method reset_counters : unit -> unit
method run : unit -> unit
method set_connection_cache : connection_cache -> unit
method set_event_system : Unixqueue.event_system -> unit
method set_options : http_options -> unit
method set_proxy : string -> int -> unit
method set_proxy_auth : insecure:bool -> string -> string -> unit
method set_proxy_from_environment : insecure:bool -> unit -> unit
method set_socks5_proxy : string -> int -> unit
method set_tls_cache : tls_cache -> unit
method set_transport_proxy : transport_layer_id -> string -> int -> (string * string * bool) option -> proxy_type -> unit
method set_transport_proxy_from_environment : insecure:bool -> (string * transport_layer_id) list -> unit
method transport_layer : http_call -> transport_layer_id
OCaml

Innovation. Community. Security.