- Kagou is a tiny web server written in c.
$ git clone git@github.com:serihiro/kagou.git
$ cd Kagou
$ make
$ ./kagou 5000 html
- html
- js
- css
- csv
- json
- jpg
- png
- gif
- specify port
- specify base directory path
-
200
-
400
-
401
-
403
-
404
-
405
-
415
-
500
- logging
- demonize
- support keep-alive
- support cache-control
- support config file
- support basic auth
MIT