Re: Batching HTTP requests with httplib (Python 2.7)

2012-09-14 Thread Chicken McNuggets
On 14/09/2012 03:31, Cameron Simpson wrote: On 13Sep2012 19:34, Chicken McNuggets wrote: | I'm writing a simple library that communicates with a web service and am | wondering if there are any generally well regarded methods for batching | HTTP requests? | | The problem with most web ser

Batching HTTP requests with httplib (Python 2.7)

2012-09-13 Thread Chicken McNuggets
I'm writing a simple library that communicates with a web service and am wondering if there are any generally well regarded methods for batching HTTP requests? The problem with most web services is that they require a list of sequential commands to be executed in a certain order to complete a