http请求
venice0708
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
boost asio实现http get 客户端
// asio_http_client.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。 // // // async_client.cpp // ~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (Se.原创 2022-03-02 15:59:39 · 2713 阅读 · 1 评论 -
基于qt的带cookie同步、异步post及get的http请求
//单例 pragma once #include <QMutex> #include <QScopedPointer> template <typename T> class YxSingleton { public: static T &getInstance(); YxSingleton(const YxSingleton &other) = default; YxSingleton<T> &operator=(con.原创 2020-09-17 15:11:54 · 713 阅读 · 3 评论
分享