基本信息
源码名称:构造HttpClient三部曲之一:支持代理的Socket封装
源码大小:0.05M
文件格式:.zip
开发语言:C/C++
更新时间:2023-06-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
构造HttpClient三部曲之一:支持代理的Socket封装

.
├── httpclient-master
│   ├── LICENSE
│   ├── README.md
│   ├── httpclient
│   │   ├── base64.cpp
│   │   ├── base64.h
│   │   ├── dll_init.cpp
│   │   ├── file_reader.cpp
│   │   ├── file_reader.h
│   │   ├── file_writer.cpp
│   │   ├── file_writer.h
│   │   ├── global_defs.h
│   │   ├── http.h
│   │   ├── http_client.cpp
│   │   ├── http_client.h
│   │   ├── http_delegate.h
│   │   ├── http_global.h
│   │   ├── http_header_parser.cpp
│   │   ├── http_header_parser.h
│   │   ├── http_pool.cpp
│   │   ├── http_pool.h
│   │   ├── http_post_file.cpp
│   │   ├── http_post_file.h
│   │   ├── http_request.cpp
│   │   ├── http_request.h
│   │   ├── http_response.cpp
│   │   ├── http_response.h
│   │   ├── http_response_receiver.cpp
│   │   ├── http_response_receiver.h
│   │   ├── http_thread.cpp
│   │   ├── http_thread.h
│   │   ├── httpclient.vcproj
│   │   ├── lock.h
│   │   ├── proxy_config.h
│   │   ├── proxy_socket .cpp
│   │   ├── proxy_socket.h
│   │   ├── socket_helper.cpp
│   │   ├── socket_helper.h
│   │   ├── standard_header.h
│   │   ├── streaming_socket.cpp
│   │   ├── streaming_socket.h
│   │   ├── thread.cpp
│   │   ├── thread.h
│   │   ├── url_parser.cpp
│   │   ├── url_parser.h
│   │   ├── util.cpp
│   │   └── util.h
│   ├── httpclient.sln
│   └── test
│       ├── main.cpp
│       └── test.vcproj
└── 构造HttpClient三部曲之一:支持代理的Socket封装_httpclient-master.zip

3 directories, 49 files