A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
tinyhttpd是一个超轻量型Http Server,使用C语言开发,全部代码只有502行(包括注释),附带一个简单的Client,可以通过阅读这段代码理解一个 Http Server 的本质。
follow github上这位大神的模块教程https://github.com/vsinitsyn/reverse.git, 尝试按照他的教程, step by step 从零开始重建这个模块.