Can anyone suggest a good HTTP/1.1 web client?

2008-12-16 Thread Kottiyath
Hi all, I have to connect to a secure website every second to get the data and then post to it. I have been investigating on many web clients in python, but nothing fits the bill properly. The ones I tried implementing are: 1. httplib based - I created myself. (I cannot use urllib2 sinc

Re: Can anyone suggest a good HTTP/1.1 web client?

2008-12-16 Thread Jean-Paul Calderone
On Tue, 16 Dec 2008 12:18:17 -0800 (PST), Kottiyath wrote: Hi all, I have to connect to a secure website every second to get the data and then post to it. I have been investigating on many web clients in python, but nothing fits the bill properly. The ones I tried implementing are: 1.

Re: Can anyone suggest a good HTTP/1.1 web client?

2008-12-16 Thread Kottiyath
> If you'd like to help out with the new Twisted HTTP client, that would be > wonderful.  Even if you can just try it out and report any problems you run > into, that would be immensely helpful. > > Jean-Paul I would love to help out with the client. But, I am extremely tied up at the current mom

Re: Can anyone suggest a good HTTP/1.1 web client?

2008-12-16 Thread Jean-Paul Calderone
On Tue, 16 Dec 2008 18:47:41 -0800 (PST), Kottiyath wrote: If you'd like to help out with the new Twisted HTTP client, that would be wonderful.  Even if you can just try it out and report any problems you run into, that would be immensely helpful. Jean-Paul I would love to help out with th

Re: Can anyone suggest a good HTTP/1.1 web client?

2008-12-16 Thread Saju Pillai
On Dec 17, 1:18 am, Kottiyath wrote: > Hi all, >     I have to connect to a secure website every second to get the data > and then post to it. I have been investigating on many web clients in > python, but nothing fits the bill properly. >     The ones I tried implementing are: >     1. httplib ba