package yocaml

  1. Overview
  2. Docs
type protocol =
  1. | Xml_rpc
  2. | Soap
  3. | Http_post
type t
val make : domain:string -> port:int -> path:string -> register_procedure:string -> protocol:protocol -> unit -> t
val pp : Stdlib.Format.formatter -> t -> unit
val equal : t -> t -> bool
OCaml

Innovation. Community. Security.