cpprestsdk icon indicating copy to clipboard operation
cpprestsdk copied to clipboard

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and i...

Results 225 cpprestsdk issues
Sort by recently updated
recently updated
newest added

I am not sure why but I've suddenly been seeing this message show up. However, when I hit it, then any subsequent call through the client will result in the...

I have two questions . 👍 First one: if I want to use the c++ sdk rest with a different protocol like Coap and replace JSON with another data structure...

try { concurrency::streams::fstream::open_istream("myfile.txt"); } catch(...) { std::cout

```web::uri::validate()``` wrongly assumes uri ```foo?bar=foo:bar``` is a absolute path because of the ":" in the query. [RFC-3986](https://datatracker.ietf.org/doc/html/rfc3986#appendix-A) allows queries to contain ":".

Hi, Is there any docker file avl for installation of SDK ? Br Rohit

NDK r19 is now considered obsolete and unsupported by Android. That was the last time non side-by-side NDK was supported, which is the only way cpprestsdk currently builds on Android....

* Move license.txt -> LICENSE.txt * Update LICENSE.txt so that Github recognizes it as MIT. * Remove the term All Rights Reserved as Microsoft no longer recommend it. See also:...

I'm failing to build cpprest on my **elementary OS**. `g++ -v` > gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.11) `dpkg -s libboost-dev | grep 'Version'` > Version: 1.58.0.1ubuntu1 `dpkg -s cmake...

Release\include\cpprest\details\SafeInt3.hpp ```constexpr SafeInt(const SafeInt& u) SAFEINT_CPP_THROW = default;``` and i find ```CPPREST_CONSTEXPR``` by which cpprest solves the problem that vc120 does not fully support constexpr.