cpp-httplib icon indicating copy to clipboard operation
cpp-httplib copied to clipboard

A C++ header-only HTTP/HTTPS server and client library

Results 86 cpp-httplib issues
Sort by recently updated
recently updated
newest added

StackOverflow: https://stackoverflow.com/questions/79478667/msvc-unable-to-compile-program-with-c20-module-feature MS Dev Community: https://developercommunity.visualstudio.com/t/MSVC-confused-with-operators-when-using/10861598 I'm assuming that if this is a compiler bug or sth else related to MSVC's nature, but Clang did compile my work. Though it...

information

Hi @yhirose, Following up on the discussion in https://github.com/yhirose/cpp-httplib/issues/1431#issuecomment-2476060561, I wanted to propose enabling Windows Automatic Root Certificates Update as the default behavior for cpp-httplib on Windows. This feature would...

enhancement

I noticed that this library offers no way to URL encode certain characters in the URL path, like `&`. My request path is `/v2/searchresults/Piri Tommy Villiers - on & on/relationships/tracks`...

enhancement

All messages passing from client to server and back are very slow....about a second for one round trip. These should be less than a millisecond. You don't need a time...

information

I was trying to use cpp-httplib to communicate with my local docker daemon using sock file. There is a possibility to do that according to [this](https://github.com/yhirose/cpp-httplib?tab=readme-ov-file#split-httplibh-into-h-and-cc) After testing my connection...

information