Plasma GitLab Archive
Projects Blog Knowledge

object
  method add : Nethttp_client.http_call -> unit
  method add_auth_handler : Nethttp_client.auth_handler -> unit
  method add_e :
    Nethttp_client.http_call -> Nethttp_client.http_call Uq_engines.engine
  method add_with_callback :
    Nethttp_client.http_call -> (Nethttp_client.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 :
    Nethttp_client.transport_layer_id ->
    Nethttp_client.transport_channel_type -> unit
  method connection_cache : Nethttp_client.connection_cache
  method connections : (string * int * int) list
  method event_system : Unixqueue.event_system
  method get_options : Nethttp_client.http_options
  method number_of_open_connections : int
  method number_of_open_messages : int
  method proxy_type : string -> Nethttp_client.proxy_type option
  method proxy_type_of_call :
    Nethttp_client.http_call -> Nethttp_client.proxy_type option
  method reset : unit -> unit
  method reset_counters : unit -> unit
  method run : unit -> unit
  method set_connection_cache : Nethttp_client.connection_cache -> unit
  method set_event_system : Unixqueue.event_system -> unit
  method set_options : Nethttp_client.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 : Nethttp_client.tls_cache -> unit
  method set_transport_proxy :
    Nethttp_client.transport_layer_id ->
    string ->
    int ->
    (string * string * bool) option -> Nethttp_client.proxy_type -> unit
  method set_transport_proxy_from_environment :
    insecure:bool ->
    (string * Nethttp_client.transport_layer_id) list -> unit
  method transport_layer :
    Nethttp_client.http_call -> Nethttp_client.transport_layer_id
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml