Descriptionby passing the "path" component of the xmlrpc request to the dispatch method, it becomes possible to dispatch differently according to this. This patch provides that addition. Additionally, it provides an MultiPathXMLRPCDispatcher mixin class and a MultiPathXMLRPCServer that uses it, to have multiple dispatchers for different paths.
This allows a single server port to serve different XMLRPC servers as differentiated by the HTTP path. A test is also preovided.
Patch Set 1 #
MessagesTotal messages: 1
|