Top "Casablanca" questions

Casablanca is a Microsoft incubation effort to support cloud-based client-server communication in native code using a modern asynchronous C++ API design.

Create a json array in C++

So im trying to create a json Object in c++ dynamically. I want to add a timestamp and then an …

c++ arrays json casablanca
undefined reference to symbol '_ZN5boost6system15system_categoryEv' error

I'm new to c++ rest sdk Casablanca and using it in Codelite ide. Operating System : Arch Linux gcc version : 6.1.1 While …

c++ linux rest codelite casablanca
C++ REST SDK Casablanca Client.request

I want to write a little c++ program that sends a request to a server an get some data. I …

c++ rest request client casablanca
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
C++ rest sdk POST form data json

Is it possible to post "form data" whith C++ rest SDK (Casablanca)? I have a given web service which looking …

c++ json rest casablanca
Set Basic HTTP Authentication in Casablanca

I'm trying to modify the Casablanca tutorial to include basic HTTP authentication to access the Prosper API: auto fileStream = std::…

c++ rest basic-authentication casablanca
C++, conversion from utility:string_t to std::string crashes on return

I am using casablanca library to serialize json values. I tried making a conversion to std::string using typedef std::…

c++ json string type-conversion casablanca
Http_client post request using C++ REST SDK (Casablanca)

I'm trying to perform a POST HTTP request using C++ REST SDK (Casablanca) library, but I'm not succeeding... Nor I …

c++ rest post sdk casablanca
no suitable user-defined conversion from utility::string_t to std::string

I am using the casablanca C++ Rest library to make HTTP requests. The problem is that this gives a utility::…

c++ string casablanca
c++ rest sdk http_listener as a network server

How to configure http_listener to listen on my ip address so other computers on the network can send requests …

c++ rest httplistener casablanca