cpp20-http-client icon indicating copy to clipboard operation
cpp20-http-client copied to clipboard

An HTTP(S) client library for C++20.

Results 4 cpp20-http-client issues
Sort by recently updated
recently updated
newest added

**WORKING** GitHub Actions CI/CD for now :). MacOS can be done latter, this pull request is already big enough. - [x] Fix build for both GCC & Clang - [x]...

I need to get the total time duration of the requests. Hence the need to measure the time duration. And introducing a new `get_total_time()` method on the response object. We...

Do only a shallow clone (`--depth 1`).

Currently my implementation is following [your example code](https://github.com/avocadoboi/cpp20-http-client/blob/master/examples/get_request_simple.cpp). But now the question becomes, how to keep the redirect working and using your send_async call? So using `send_async();` etc. And at...