云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
sync
/
c
/
git
/
ZeroTierOne
/
ext
/
prometheus-cpp-lite-1.0
/
3rdpatry
/
http-client-lite
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
examples
2024-07-22 14:39:49
1.23 KB
include
2024-07-22 15:01:05
8.53 KB
CMakeLists.txt
2024-07-14 16:18:08
1.19 KB
LICENSE
2024-07-14 16:18:08
1.08 KB
README.md
2024-07-14 16:18:08
807 B
# HTTP Client lite: C++ Cross-platform library only from single-file header-only This is a lite, C++ cross-platform header-only client library for http request based on [csachs/picohttpclient](https://github.com/csachs/picohttpclient) project. A Lightweight HTTP 1.1 client where to quickly do very simple HTTP requests, without adding larger dependencies to a project. ## License http client lite is distributed under the [MIT License](https://github.com/john-jasper-doe/http-client-lite/blob/master/LICENSE). ## Example usage To see how this can be used see the examples folders. **Example:** ```C++ #include
... using namespace jdl; ... HTTPResponse response = HTTPClient::request(HTTPClient::GET, URI("http://example.com")); cout << response.body << endl; ... ```
2025-08-31 12:36:05 Sunday 216.73.216.107 Runningtime:0.015s Mem:1.48 MB