|
Description:
A C++ implementation of a basic HTTP server. The server is implemented using thread pools
and object oriented design to provide an extensible http server framework.
The system provides the ability to get files utilizing version 1.0 of the protocol and runs
on Linux.
|