boost库http服务器
基于boost标准C++库,使用协程和beast实现http服务器,仅添加支持post和get方法。
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
编译:
g++ -g -std=gnu++11 -o server http_server_coro.cpp -I/websocket/boost_1_73_0/ -L/websocket/boost_1_73_0/stage/lib -lboost_context -lboost_coroutine -lboost_chrono -lpthread