Topic: HTTP library in C++
Author: chethan@cisco.com ("Chethan Anand")
Date: Sun, 1 Dec 2002 18:20:36 +0000 (UTC) Raw View
Hello,
Are there any standard HTTP library implementations that are available in
C++ ?
Thanks,
Chethan
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: cpdaniel@mvps.org ("Carl Daniel")
Date: Mon, 2 Dec 2002 01:53:32 +0000 (UTC) Raw View
""Chethan Anand"" <chethan@cisco.com> wrote in message
news:1038477157.682382@sj-nntpcache-5...
> Hello,
>
> Are there any standard HTTP library implementations that are available in
> C++ ?
>
All of the following are C (but usable from C++):
libwww (www.w3c.org/Library)
libcurl (curl.sourceforge.net)
And for C++
ACE (http://www.cs.wustl.edu/~schmidt/ACE.html)
HTH
-cd
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: "Chethan Anand" <chethan@cisco.com>
Date: Mon, 2 Dec 2002 00:09:38 CST Raw View
> > Are there any standard HTTP library implementations that are available
in
> > C++ ?
> >
>
> All of the following are C (but usable from C++):
>
> libwww (www.w3c.org/Library)
> libcurl (curl.sourceforge.net)
>
> And for C++
>
> ACE (http://www.cs.wustl.edu/~schmidt/ACE.html)
I tried searching the above page, but in vain. It would be great
if you could give me more specific pointers.
Thanks,
Chethan
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: cpdaniel@mvps.org ("Carl Daniel")
Date: Mon, 2 Dec 2002 16:51:11 +0000 (UTC) Raw View
""Chethan Anand"" <chethan@cisco.com> wrote in message
news:1038807100.140186@sj-nntpcache-> > All of the following are C (but
usable from C++):
> >
> > libwww (www.w3c.org/Library)
> > libcurl (curl.sourceforge.net)
> >
> > And for C++
> >
> > ACE (http://www.cs.wustl.edu/~schmidt/ACE.html)
>
> I tried searching the above page, but in vain. It would be great
> if you could give me more specific pointers.
All of the above pages work for me. If you could give more specifics about
what you're looking for, perhaps I or others could give you more specific
pointers.
-cd
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]