Add net-http module.
commit8d29f7aebd25b1af40f4730957cc98e56dc2eba9
authorDavid Brodsky <trekie@sinister.cz>
Sat, 8 Jul 2006 09:57:35 +0000 (8 11:57 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Sat, 8 Jul 2006 09:57:35 +0000 (8 11:57 +0200)
tree9f782a03c05e3c46ec9e155df259ff5f39e97a40
parent42d80774dd4c54144824911c90647d226d30ee02
Add net-http module.

This module provides simple HTTP/1.0 client which supports GET method of the
protocol.
include/tairon/net/httpclient.h [new symlink]
src/Jamfile
src/net-http/Jamfile [new file with mode: 0644]
src/net-http/httpclient.cpp [new file with mode: 0644]
src/net-http/httpclient.h [new file with mode: 0644]