Re: [Libevent-users] Writing a basic http client

2010-09-24 Thread Bas Verhoeven
Pavel Plesov wrote: Here it is a sample HTTP GET client with redirection (301/302) support. I suppose download.c enough to get the idea how to implement more complex http client. Sorry, I totally missed that e-mail. Should be enough to get me started, thanks! *

Re: [Libevent-users] Writing a basic http client

2010-09-20 Thread Pavel Plesov
Hello, Here it is a sample HTTP GET client with redirection (301/302) support. I suppose download.c enough to get the idea how to implement more complex http client. On Mon, Sep 20, 2010 at 2:44 PM, Bas Verhoeven wrote: > Hi, > > I'm looking into using a simple HTTP client library for a project

[Libevent-users] Writing a basic http client

2010-09-20 Thread Bas Verhoeven
Hi, I'm looking into using a simple HTTP client library for a project that already uses libevent2. I tried using libcurl in combination with libevent. Unfortunately libcurl won't work for me at the moment because its "multi" backend has timeout issues (requests without any data received neve