Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiangwangfeng/httpclient
Http client for windows
https://github.com/xiangwangfeng/httpclient
Last synced: 2 months ago
JSON representation
Http client for windows
- Host: GitHub
- URL: https://github.com/xiangwangfeng/httpclient
- Owner: xiangwangfeng
- License: mit
- Created: 2014-07-08T15:20:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T10:44:32.000Z (8 months ago)
- Last Synced: 2024-06-05T12:23:19.382Z (8 months ago)
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 71
- Watchers: 5
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
httpclient
==========Http client for windows
* [构造HttpClient三部曲之一:支持代理的Socket封装][1]
* [构造HttpClient三部曲之二:GET方法实现][2]
* [构造HttpClient三部曲之三:POST方法实现][3][1]:https://xiangwangfeng.github.io/2011/05/08/%E6%9E%84%E9%80%A0HttpClient%E4%B8%89%E9%83%A8%E6%9B%B2%E4%B9%8B%E4%B8%80-%E6%94%AF%E6%8C%81%E4%BB%A3%E7%90%86%E7%9A%84Socket%E5%B0%81%E8%A3%85/
[2]:https://xiangwangfeng.github.io/2011/05/09/%E6%9E%84%E9%80%A0HttpClient%E4%B8%89%E9%83%A8%E6%9B%B2%E4%B9%8B%E4%BA%8C-GET%E6%96%B9%E6%B3%95%E5%AE%9E%E7%8E%B0/
[3]:https://xiangwangfeng.github.io/2011/05/15/%E6%9E%84%E9%80%A0HttpClient%E4%B8%89%E9%83%A8%E6%9B%B2%E4%B9%8B%E4%B8%89-POST%E6%96%B9%E6%B3%95%E5%AE%9E%E7%8E%B0/