Boost.Asio Digital Library

I am looking for a high-level advanced http library to write my own interface for a large web application. Libraries based on boost.asio preferable since I already use boost (and asio ).

Cookies, session, and settings are required.

Any help would be greatly appreciated.

+7
source share
3 answers

Check out cpp-netlib .

+4
source

I have been using the Pion library for about 8 months. This is just fantastic!

http://www.pion.org/projects/pion-network-library/source-code-documentation

4.26.13 - Updated library site: Pion Online Library

+4
source

I had good results combining Qt QtNetwork and QtWebkit . With this combination you will receive the processing of cookies, sessions and parameters. Given that you are writing an interface, the rest of Qt may also be useful.

+1
source

All Articles