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
- Host: GitHub
- URL: https://github.com/robin-thomas/http-server
- Owner: robin-thomas
- Created: 2014-10-08T03:24:34.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T03:48:53.000Z (almost 12 years ago)
- Last Synced: 2023-04-14T01:41:45.327Z (over 3 years ago)
- Language: C++
- Size: 125 KB
- Stars: 15
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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