package rpc

  1. Overview
  2. Docs
type content_type = [
  1. | `XML
  2. | `JSON
]
val string_of_content_type : content_type -> string
val content_type_of_string : string -> content_type
val do_rpc : content_type:content_type -> host:string -> port:int -> path:string -> Rpc.call -> Rpc.response
val do_rpc_unix : content_type:content_type -> filename:string -> path:string -> Rpc.call -> Rpc.response
OCaml

Innovation. Community. Security.