A simple multi-threaded http web server written in pure C for Windows.
Compiled successfully for Windows 10 x64 with vc++
- (half done) finish the function of interpreting/creating http headers
- add cookie support
- add ssl support
- support both ipv4 and ipv6
- process requests multi-threaded
- response with requested files (including binary files)
- support cgi scripts (for now only php with GET method)
- check mime type with a mime.types file
- memory leak somewhere (the memory usage increases with every request)