easyhttpcpp icon indicating copy to clipboard operation
easyhttpcpp copied to clipboard

A cross-platform HTTP client library with a focus on usability and speed

Results 12 easyhttpcpp issues
Sort by recently updated
recently updated
newest added

Please add minimum documentation on how to configure logging. Suggested page: https://github.com/sony/easyhttpcpp/wiki/Recipe:-Configuring-EasyHttp Example: ``` easyhttpcpp::common::CoreLogger::getInstance()->setLoggingLevel(easyhttpcpp::common::LogLevel::LogLevelWarning); ```

### Brief overview First of all, apologies if I completely misunderstood this problem, the documentation and online samples are rather thin. I am doing a fire-and-forget POST webhook call. I...

Hello, I couldn't find the API for this library. Does it support passing my custom socket to it? I see that it supports okhttp3-style interceptors, so maybe it's possible?

### Brief overview I am attempting to build easyhttpcpp on windows using the Visual Studio 2017 ### Expected behavior POCO library builds fine but easyhttp is giving issue which is...

Hello, While creating https://github.com/conan-io/conan-center-index/pull/1537, I noticed that easyhttpcpp cannot be used as a subproject. This patch fixes this by replacing global cmake variables with project local ones. - `${CMAKE_PROJECT_NAME}` ->...

### Description CMakeLists.txt lies about default options here for all 3 options: https://github.com/sony/easyhttpcpp/blob/master/CMakeLists.txt#L42 ### Expected Default option in the message and actual default setted to the CMake variable shall be...

Hi! Thank you for good http client library! Mostly I am interested in already implemented http client pool. But for now I am not sure about the future of the...

### Brief overview I tried to build EasyHttp on Windows using the [wiki guide](https://github.com/sony/easyhttpcpp/wiki/Installing-EasyHttp). It worked for EasyHttp 1.0.0, but not for 2.0.0 or 2.1.0. First I was getting this...

### Brief overview Hi, I'm new to network programming, i want to use this library to write a simple http client. But i don't know how to create a long...

Hi, Do you have plan to publish [vcpkg](https://github.com/Microsoft/vcpkg) package?

enhancement