From: Ulrich Eckhardt on
gervaz wrote:
> Ok, so I'll narrow my question: a portable HTTP access libray.

Subversion uses 'neon' or 'serf' as HTTP client libraries.

I'd look at those first. Alternatively, I'd look for inspiration from other
projects that are HTTP clients.

Uli

--
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932


[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

From: Rui Maciel on
gervaz wrote:

> Hello, can you suggest me a portable C++ network library? So far I've
> been told that there are ACE and boost::asio but I know nothing about
> them, have you ever used them? Impressions (in terms of easy-of-use,
> documentation, design)?

What about sockets?


Rui Maciel

--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

From: Edgardo Portal on
On 2010-01-28, gervaz <gervaz(a)gmail.com> wrote:
>
> Ok, so I'll narrow my question: a portable HTTP access libray. Thanks.
> For now I'll give ACE a shot.

libcurl

--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]