A basic http-server written in C++ from scratch.
- Install https://bazel.build/
git clone https://github.com/lkmtue/http-server.gitbazel run //main:maincurl http://localhost:8080
Content-lengthmust be presented in headers so that the length of the body can be pre-determined.