Rss.Cloud
type protocol =
| Xml_rpc
| Soap
| 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