Top "Cpprest-sdk" questions

The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design.

Function that returns map in c++

Can someone please give an actual example of function that returns map in c++. I tried answers from other posts …

c++ function return stdmap cpprest-sdk
Get IP of HTTP request in Casablanca

I have a small server that listens to http requests using Casablanca / cpprestsdk. I've seen that other APIs provide this …

c++ windows http casablanca cpprest-sdk
Mutex is not supported when compiling with /clr or clr:pure (cpprestsdk aka casablanca)

I create a CLR project in visual c++ with 64 bit configuration, and try to use cpprestsdk aka casablanca 64bit. But …

c++ visual-c++ clr cpprest-sdk
Statically linking Casablanca/CPPREST SDK

I am trying to create a Windows-based VC++ DLL (in VS 2015) that statically links to the Casablanca CPPREST SDK. That …

visual-c++ cpprest-sdk