Plasma GitLab Archive
Projects Blog Knowledge

object
  method add : Http_client.http_call -> unit
  method add_auth_handler : Http_client.auth_handler -> unit
  method add_authentication_method : Http_client.basic_auth_method -> unit
  method add_e :
    Http_client.http_call -> Http_client.http_call Uq_engines.engine
  method add_with_callback :
    Http_client.http_call -> (Http_client.http_call -> unit) -> unit
  method avoid_proxy_for : string list -> unit
  method channel_binding :
    Http_client.http_call -> Http_client.channel_binding_id
  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 :
    Http_client.channel_binding_id ->
    Http_client.transport_channel_type -> unit
  method connection_cache : Http_client.connection_cache
  method connections : (string * int * int) list
  method event_system : Unixqueue.event_system
  method get_options : Http_client.http_options
  method number_of_open_connections : int
  method number_of_open_messages : int
  method proxy_type : string -> Http_client.proxy_type option
  method proxy_type_of_call :
    Http_client.http_call -> Http_client.proxy_type option
  method reset : unit -> unit
  method reset_counters : unit -> unit
  method run : unit -> unit
  method set_connection_cache : Http_client.connection_cache -> unit
  method set_event_system : Unixqueue.event_system -> unit
  method set_options : Http_client.http_options -> unit
  method set_proxy : string -> int -> unit
  method set_proxy_auth : string -> string -> unit
  method set_proxy_from_environment : unit -> unit
  method set_socks5_proxy : string -> int -> unit
  method set_tls_cache : Http_client.tls_cache -> unit
  method set_transport_proxy :
    Http_client.channel_binding_id ->
    string ->
    int -> (string * string) option -> Http_client.proxy_type -> unit
  method set_transport_proxy_from_environment :
    (string * Http_client.channel_binding_id) list -> unit
end
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml