module CgiSource: sig end
XML-RPC server activated via CGI
This is very very simple, with minimal error checking for now. I
would use Netcgi or the like, but the XML-RPC post request body isn't
formatted like a CGI POST.
exception Done
val make : unit -> XmlRPCServer.t
Return a new handler that's invoked as a CGI program