当前位置: 首页 > 工具软件 > beast > 使用案例 >

基于Boost::beast模块的同步HTTP客户端

魏鸿禧
2023-12-01

实现功能

基于Boost::beast模块的同步HTTP客户端

C++实现代码

#include <boost/beast/core.hpp>
#include <boost/beast/http.hpp>
#include <boost/beast/version.hpp>
#include <boost/asio/connect.hpp>
 类似资料: