how to parse http request in c++

后端 未结 4 1889
梦如初夏
梦如初夏 2021-02-09 01:01

I\'m trying to write a small c++ webserver which handles GET, POST, HEAD requests. My problem is I don\'t know how to parse the headers, message body, etc. It\'s listening on th

4条回答
  •  抹茶落季
    2021-02-09 01:46

    You may want to consider Proxygen, Facebook's C++ HTTP framework. It's open source under a BSD license.

提交回复
热议问题