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

https://github.com/lukereichold/http-server

A simple threaded http server in C
https://github.com/lukereichold/http-server

c http http-server

Last synced: about 1 month ago
JSON representation

A simple threaded http server in C

Awesome Lists containing this project

README

          

http-server
===========

A simple threaded http server in C

### Example Usage - Compile & Run

gcc -pthread http-server.c -o http-server
./http-server 8090 path/to/document-root

Currently only supports GET requests and 10 preset content types.