package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val http_trials : int ref
val http_user : string ref
val http_password : string ref
val configure : ?insecure:bool -> unit -> unit
val configure_pipeline : (pipeline -> unit) -> unit
val http_get_message : string -> http_call
val http_head_message : string -> http_call
val http_post_message : string -> (string * string) list -> http_call
val http_put_message : string -> string -> http_call
val http_delete_message : string -> http_call
val http_get : string -> string
val http_post : string -> (string * string) list -> string
val http_put : string -> string -> string
val http_delete : string -> string
val http_verbose : ?verbose_status:bool -> ?verbose_request_header:bool -> ?verbose_response_header:bool -> ?verbose_request_contents:bool -> ?verbose_response_contents:bool -> ?verbose_connection:bool -> ?verbose_events:bool -> unit -> unit
OCaml

Innovation. Community. Security.