yyfsyw / http-server

A simple threaded http server in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple threaded http server in C


Languages

Language:C 100.0%