hunt-minihttp
January 17, 2019 ยท View on GitHub
hunt-minihttp
A mini http server based on Hunt.
Build http-parser on Linux
$ cd http-parser
$ ./build.sh
Benchmark
$ ./bench.sh Hunt-minihttp plaintext 127.0.0.1 8080
$ ./bench.sh Hunt-minihttp json 127.0.0.1 8080
TODO
- Support for http-parser on Windows.