Module HttpdSource


module HttpdSource: sig  end
Handle XML-RPC requests using Ocaml-HTTP

val make : ?addr:string -> ?port:int -> unit -> XmlRPCServer.t
Return a new handler that listens on the given address and port.