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

Modern C++ REST Client library

Results 63 restc-cpp issues
Sort by recently updated
recently updated
newest added

I'm not sure why this fails. ``` Pipeline] End of Pipeline Also: java.io.IOException: Failed to run image '692f7cce9b970633dba347a9aaf12846429c073f'. Error: docker: Error response from daemon: OCI runtime create failed: container_linux.go:367: starting...

bug

I have observed a weird error where initial binary handshakes (TLS and Socks5) fails with error 11 (EAGAIN) on these systems, at least when running in Docker and communicating with...

bug

vcpkg is the package manager from Microsoft for Visual Studio. Please consider adding restc-cpp to vcpkg. Its dependencies (boost, openssl, rapidjson, zlib) are already there. Also restc-cpp build is CMake...

enhancement

It's probably related to `localhost` defaulting to ipv6, while docker by default use only ipv4. I need to investigate and see if the dns library provide both ipv6 and ipv4...

enhancement

It looks like an issue with boost/openssl on those platforms not being able to establish a TLS connection with the current minimum requirements. But I'll have to investigate further.

bug

Required by *k8deployer* to work conveniently with corporate VPN's.

enhancement

I have built the library (With several of the tests failing) and then I created a simple hello world project: ``` #include #include #include #include #include #include using namespace std;...

I'm trying to build for windows 10 but it is failing with this error when I run the build script, I find it strange that Visual Studio 2019 can find...

When compiling with standard set as c++17 just started getting this : /usr/local/include/restc-cpp/SerializeJson-cpp17.h:253:25: error: ‘optional’ is not a member of ‘std’ 253 | struct is_optional { Adding the #include seems...

When the compiled library is meant to be used to build a shared library (.so) the code must be relocatable. Added options: -DRESTC_CPP_USE_CPP20=ON -DRESTC_CPP_PIC=ON