jhttpd base on TinyHttpServer which is a lightweight web server implemented in C++11( https://github.com/eantcal/thttpd)
I plan to recode it for easy to make it easy to expand, add thread pool and others.
The modify will be countinue.
TBD:
- clean code 1.1 fix the detail of origin code, for examples: the format of Last-Modified, and others; 1.2 fix error process; 1.3 loghual test.
- add keep-alive;
- add gzip;
- add demo of Prometheus;
- add folders;
- add path check for safe;
- .................