YPLEX
networking
network library

this library (available from this [zip file] contains the source code to build a library containing the following:

tcp sockets
tcp acceptor
tcp resolver
http requests
http responses
uri parsing
these should be placed in their own folder and a c++ static library project built to compile and place into a .lib file (typically "network.lib").

examples

these examples use the network library to implement a simplistic http "server" and http "client".
you will need to add the network.lib and "wsock32.lib" as an additional libraries to link.

[http server example]
[http client example]