[Twisted-Python] Farming off work to other web services

How can my server utilize other web services? Is there part of the framework to do this, or should I just write a mini-client? Basically, I want to use a very simple web service, a url with a couple of params, and I get back xml or json data. Sorry for fundamental nature of this question. Perhaps I should be redirected to a book or docs, but the docs are pretty large and I am just getting my feet wet.

On 07:38 pm, ted.pederson@gmail.com wrote:
http://twistedmatrix.com/documents/current/api/twisted.web.client.getPage.ht... is probably what you're looking for. http://twistedmatrix.com/projects/web/documentation/examples/getpage.py demonstrates its usage. Jean-Paul

On 07:38 pm, ted.pederson@gmail.com wrote:
http://twistedmatrix.com/documents/current/api/twisted.web.client.getPage.ht... is probably what you're looking for. http://twistedmatrix.com/projects/web/documentation/examples/getpage.py demonstrates its usage. Jean-Paul
participants (2)
-
exarkun@twistedmatrix.com
-
Ted Pederson