easyhttp:C ++ HTTP服务器

时间:2021-05-10 02:14:08
【文件属性】:
文件名称:easyhttp:C ++ HTTP服务器
文件大小:26KB
文件格式:ZIP
更新时间:2021-05-10 02:14:08
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& req, const std::shared_ptr& res) { int a = std::atoi(req->get_param_value("a").c_str()); int b = std::atoi(req->get_param_value("b").c_str()); res->set_respo
【文件预览】:
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)

网友评论