package async_js

  1. Overview
  2. Docs

Module Async_js.HttpSource

Sourcemodule Response_type : sig ... end
Sourcemodule Post_body : sig ... end
Sourcemodule Method_with_args : sig ... end
Sourcetype 'k with_request_args = ?headers:(string * string) list -> ?on_progress:(loaded:int -> total:int -> unit) -> ?on_upload_progress:(loaded:int -> total:int -> unit) -> url:string -> 'k
Sourcemodule Response : sig ... end
Sourceval get : ?arguments:(string * string) list -> string -> string Async_kernel.Deferred.Or_error.t
Sourceval post : ?body:Post_body.t -> string -> string Async_kernel.Deferred.Or_error.t
OCaml

Innovation. Community. Security.