HTTP服务端Demo(C++)

时间:2021-05-26 04:39:30
【文件属性】:
文件名称:HTTP服务端Demo(C++)
文件大小:17.83MB
文件格式:RAR
更新时间:2021-05-26 04:39:30
HTTP 服务器例子 用cpprest库 写的http服务端的 例子,包括get\postd等和json数据解析; 头文件报错的话,修改工程属性中—>配置属性->VC++目录: 包含目录修改为: .\cpprest\include 库目录修改为: .\cpprest\lib\x64\release 去掉了环境变量引用。
【文件预览】:
SimpleServerDemo
----.vs()
--------SimpleServerDemo()
----SimpleServerDemo.sln(1KB)
----Release()
----SimpleServerDemo()
--------SimpleServerDemo.cpp(1KB)
--------stdafx.cpp(334B)
--------Release()
--------cpprest()
--------SimpleServerDemo.vcxproj.user(165B)
--------stdafx.h(366B)
--------SimpleServer.cpp(720B)
--------Listener.cpp(618B)
--------targetver.h(370B)
--------Listener.h(724B)
--------SimpleServerDemo.vcxproj.filters(2KB)
--------x64()
--------DemoListener.cpp(1KB)
--------SimpleServer.h(491B)
--------Debug()
--------SimpleServerDemo.vcxproj(9KB)
--------DemoListener.h(351B)
----x64()
--------Release()
--------Debug()
----Debug()
--------cpprest141d_2_10.dll(8.71MB)

网友评论

  • 没什么鸟用
  • 这方面的资源很少,终于找到有用的
  • 解压后的工程编译失败,调试修改之后,可以编译运行了,但是运行出错,不建议下载
  • 还没测试,作为学习的资料,参考一下!