Re: Looking for the right library for a simple HTTP client

2009-07-10 Thread David Stanek
On Fri, Jul 10, 2009 at 1:29 AM, scriptlear...@gmail.com wrote: > I am trying to implement a simple client that can do the following: > 1)to send the following kinds of HTTP requests and validate responses > 1.1 GET > 1.2 POST with application/x-www-form-urlencoded encoding > 1.3 POST with multipar

Looking for the right library for a simple HTTP client

2009-07-09 Thread scriptlear...@gmail.com
I am trying to implement a simple client that can do the following: 1)to send the following kinds of HTTP requests and validate responses 1.1 GET 1.2 POST with application/x-www-form-urlencoded encoding 1.3 POST with multipart/form-data encoding 2)to set any number of (even duplicate) headers. Fo