Menu

Tree [r224] / branches / integration_0_4 /
 History

HTTPS access


File Date Author Commit
 boost 2009-12-07 glynos [r215] Updates described in ticket #11.
 libs 2009-12-07 glynos [r216] Updated test/server/test.xml to use DOS line en...
 Jamroot 2009-11-30 mikhail_beris [r207] Merging from urllib-dean r205.
 LICENSE_1_0.txt 2007-05-20 mikhail_beris [r1] Initial import.
 RATIONALE 2009-11-30 mikhail_beris [r207] Merging from urllib-dean r205.
 README.txt 2009-11-30 mikhail_beris [r207] Merging from urllib-dean r205.

Read Me

C++ Network Library

This is a collection of network related routines/implementations
geared towards providing a robust cross-platform networking library.
This offers the following implementations:

  o  Common Message Type -- A generic message type which can be used
     to encapsulate and store message related information, used by all
     network implementations as the primary means of data exchange.
  o  Network protocol message parsers -- A collection of parsers which
     generate message objects from strings.
  o  Adapters and Wrappers -- A collection of Adapters and wrappers aimed
     towards making the message type STL friendly.
  o  Network protocol client and server implementations -- A collection 
     of network protocol implementations that include embeddable client 
     and server types.

This library is released under the Boost Software License (please see
http://boost.org/LICENSE_1_0.txt or the accompanying LICENSE_1_0.txt file
for the full text.