A tiny HTTP server in C++.
Find a file
2018-04-22 20:31:08 -04:00
src Don't use stringstream to generate the response. 2018-02-28 23:02:49 -05:00
.gitignore Initial commit. 2018-02-22 20:49:55 -05:00
dib.hs LTO for fun. 2018-02-26 23:44:12 -05:00
Readme.asciidoc Readme. 2018-04-22 20:31:08 -04:00
run.sh Restructure handling logic to deal with directory redirects. 2018-02-26 22:58:13 -05:00

petitHTTP: A Tiny HTTP Server

petitHTTP is a tiny HTTP server written in C++.

TODO

Better documentation/readme.