chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.71k stars 5.15k forks source link

Add body field for HttpRequest #485

Open stsfang opened 3 years ago

stsfang commented 3 years ago

Add body field for HttpRequest, but only support the POST method, not support the GET method.