文件名称:easyhttp:C ++ HTTP服务器
文件大小:26KB
文件格式:ZIP
更新时间:2024-05-29 20:00:48
boost asio http-server C++
A modern C++ http framework
easyhttp是采用C++开发的,使用方便的http server库。
Tutorial
Simple server
#include "easyhttp/easyhttp.h"
using namespace std::placeholders;
using namespace easyhttp;
void add(const std::shared_ptr
【文件预览】:
easyhttp-master
----LICENSE(1KB)
----.ycm_extra_conf.py(6KB)
----easyhttp()
--------http()
--------server()
--------utility()
--------net()
--------easyhttp.h(163B)
----README.md(1KB)
----test()
--------http_server_test.h(580B)
--------main.cpp(124B)
--------client.sh(133B)
--------CMakeLists.txt(970B)
--------http_server_test.cpp(2KB)