An open API service indexing awesome lists of open source software.

https://github.com/robin-thomas/http-server

HTTP Server
https://github.com/robin-thomas/http-server

Last synced: over 1 year ago
JSON representation

HTTP Server

Awesome Lists containing this project

README

          

HTTP-Server
===========

Multithreaded application built on C++ using TCP/IP and network programming
Uses UNIX/Linux features like pipes, fork and semaphores
Supports GET, HEAD and POST HTTP methods
Ability to upload text and binary files as multiform data
Supports caching through If-Modified-Since HTTP header
Supports html, htm, txt, css, js, jpeg, gif, png, bmp and php files