Simple HTTP server written in C
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
teknomunk 3c9c2d7484
Increase fiber stack size
6 months ago
.gitignore Update .gitignore 1 year ago
LICENSE Initial commit 1 year ago
README.md Initial commit 1 year ago
escape.c Correct SEGV when writing response after reading form data, add http_escape 1 year ago
escape.h Correct SEGV when writing response after reading form data, add http_escape 1 year ago
header.c Split out struct http_header and turn into single-linked list 1 year ago
header.h Split out struct http_header and turn into single-linked list 1 year ago
request.c Increase fiber stack size 6 months ago
request.h Add direct access to remaining path for routing 1 year ago
server.c Increase fiber stack size, change socket backlog to 10, rearrange commented out debug code 9 months ago
server.h Change how server settings are passed 10 months ago
worker_pool.c Initial commit 1 year ago
worker_pool.h Initial commit 1 year ago

README.md

http_server

Simple HTTP server written in C