没有合适的资源?快使用搜索试试~ 我知道了~
cpp-httplib:仅C ++标头的HTTPHTTPS服务器和客户端库
共59个文件
cc:15个
html:6个
conf:4个
需积分: 50 52 下载量 12 浏览量
2021-01-30
14:22:32
上传
评论 1
收藏 577KB ZIP 举报
温馨提示
cpp-httplib 一个C ++ 11单文件纯标题跨平台HTTP / HTTPS库。 设置非常容易。 只需在您的代码中包含httplib.h文件即可! 注意:这是一个多线程的“阻止” HTTP库。 如果您正在寻找“非阻塞”库,那么这不是您想要的。 简单的例子 服务器 # define CPPHTTPLIB_OPENSSL_SUPPORT # include " path/to/httplib.h " // HTTP httplib::Server svr; // HTTPS httplib::SSLServer svr; svr.Get( " /hi " , []( const httplib::Request &, httplib::Response &res) { res. set_content ( " Hello World! " , " text/plain " ); }); svr.listen( " 0.0.0.0 " , 8080 ); 客户 # define CPPHTTPLIB_OPENSSL_SUPPORT # include " path/to/h
资源推荐
资源详情
资源评论
收起资源包目录
cpp-httplib-master.zip (59个子文件)
cpp-httplib-master
.clang-format 164B
.gitignore 362B
httplib.h 235KB
LICENSE 1KB
split.py 1006B
.github
workflows
test.yaml 1KB
README.md 19KB
cmake
FindBrotli.cmake 6KB
example
ssesvr.cc 2KB
Makefile 2KB
simplecli.cc 583B
server.vcxproj 8KB
benchmark.cc 776B
simplesvr.cc 3KB
upload.cc 1KB
server.cc 3KB
client.cc 975B
ca-bundle.crt 214KB
ssecli.cc 381B
client.vcxproj 8KB
hello.cc 330B
example.sln 2KB
redirect.cc 1KB
httplibConfig.cmake.in 3KB
test
test.cc 121KB
test.sln 1KB
test.conf 590B
Makefile 2KB
www3
dir
test.html 9B
index.html 104B
test_proxy.cc 7KB
proxy
Dockerfile 210B
digest_passwd 12B
basic_passwd 44B
docker-compose.yml 328B
basic_squid.conf 3KB
down.sh 30B
digest_squid.conf 3KB
up.sh 21B
gtest
gtest_main.cc 2KB
gtest-all.cc 329KB
gtest.h 784KB
image.jpg 33KB
ca-bundle.crt 214KB
test.vcxproj 9KB
www
dir
test.html 9B
index.html 104B
test.abcde 5B
fuzzing
Makefile 1KB
corpus
2 159B
1 32B
server_fuzzer.cc 3KB
standalone_fuzz_target_runner.cpp 1KB
server_fuzzer.dict 3KB
test.rootCA.conf 556B
www2
dir
test.html 9B
index.html 104B
Makefile.fuzz_test 2KB
CMakeLists.txt 12KB
共 59 条
- 1
资源评论
PLEASEJUM爬
- 粉丝: 17
- 资源: 4576
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功