February 2006
Intermediate to advanced
648 pages
14h 53m
English
The DocXMLRPCServer module provides an extended version of the functions in the XML-RPC server module SimpleXMLRPCServer. This module enhances an XML-RPC server with a documentation feature that responds to HTTP GET requests (normally sent by a browser). This gives XML-RPC servers a dual nature. If XML-RPC requests are made, they are handled normally. However, if you connect to the XML-RPC server with a browser, you will get a documentation page showing all the functions supported by the server.
DocXMLRPCServer(addr [, requestHandler [, logRequest])
Creates a standalone XML-RPC server at socket address addr (for example, (‘localhost’,8080)). requestHandler is a factory function for creating request handler objects and defaults ...
Read now
Unlock full access