hunt-minihttp

January 17, 2019 ยท View on GitHub

Build Status

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.

Contents

  1. 0.1Build http-parser on Linux
  2. 0.2Benchmark
  3. 0.3TODO