microhttpd的c++封装接口

时间:2021-02-18 10:28:35
【文件属性】:

文件名称:microhttpd的c++封装接口

文件大小:531KB

文件格式:RAR

更新时间:2021-02-18 10:28:35

http c++封装 microhttpd

microhttpd 的c++封装接口, head only, 包含头文件即可使用: 例: LsHTTP http(8888); http.GET("/chen/test3", [](boost::shared_ptr res, boost::shared_ptr req){ res->write("handle test3 url request"); }); http.run();


【文件预览】:
Lshttp_test
----ipch()
----Lshttp_test.suo(15KB)
----lib()
--------libmicrohttpd.lib(1.45MB)
----Lshttp_test.sln(900B)
----Lshttp_test()
--------Lshttp_test.vcxproj.filters(1KB)
--------Lshttp_test.vcxproj.user(143B)
--------main.cpp(1KB)
--------Release()
--------Lshttp_test.vcxproj(4KB)
--------httpservice.hpp(4KB)
----Release()
--------Lshttp_test.pdb(2MB)
--------Lshttp_test.exe(121KB)
----Lshttp_test.opensdf(32B)
----include()
--------microhttpd.h(120KB)

网友评论