package bitcoin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module type Bitcoin.HTTPCLIENTSource

Interface that any module offering HTTP POST client calls must obey. Note that the module may require POST calls to be wrapped under a custom monad, which must also be provided (use the identity monad if no actual monad is required).

Sourcemodule Monad : sig ... end
Sourceval post_string : headers:(string * string) list -> inet_addr:Unix.inet_addr -> host:string -> port:int -> uri:string -> string -> string Monad.t
OCaml

Innovation. Community. Security.