Warning
THIS PROJECT IS WORK IN PROGRESS. DO NOT USE IT FOR ANY PRODUCTION DEVELOPMENT. THX.
cmake -Bbuild .
make -Cbuild
./build/kopchik
- parse request line
- parse headers
- add handlers
- dynamically allocate memory for request body
- switch to async sockets (epoll, kqueue) (libuv???)
- cli args