Updated Wiki: Documentation
Feature OverviewHere is a matrix of the features in Casablanca and the platforms we support. Click on each feature to get more detailed information. Windows DesktopWindows StoreWindows Phone (VS 2012...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look at how to use our http_client to connect to a...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look at how to use our http_client to connect to a...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look at how to use our http_client to connect to a...
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look at how to use our http_client to connect to a...
View ArticleNew Post: Create a web server using C++ Rest Casablanca
Hi Steve, Can you tell me some tutorial where I can get step-wise procedure to do this? Thanks, Vrinda
View ArticleNew Post: HTTPS on Linux
I have not resolved it, but look at line 398 of: Release/src/http/client/http_linux.cpp Not exactly my strength to figure out why this is doing this... Ideas?
View ArticleUpdated Wiki: Http Client Tutorial
Http Client Tutorial This tutorial walks through how to setup up a simple Windows desktop application utilizing Casablanca. In particular taking a look at how to use our http_client to connect to a...
View ArticleUpdated Wiki: Documentation
Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build on WindowsHow to build on LinuxHow to build on Mac OS XHow to build on iOSMake a contribution and report...
View ArticleUpdated Wiki: JSON
Using JSON JSON (pronounced “Jason”) is short for “JavaScript Object Notation.” It has become a lingua franca for simple web services, preferred over XML because of its simplicity and compactness. It...
View ArticleUpdated Wiki: Asynchronous Streams
Asynchronous Streams and Stream Buffers In the standard C++ libraries, streams and stream buffers are intimately related, but distinct. The two concepts separate the concern of formatting data for...
View ArticleUpdated Wiki: Asynchronous Streams
Asynchronous Streams and Stream Buffers In the standard C++ libraries, streams and stream buffers are intimately related, but distinct. The two concepts separate the concern of formatting data for...
View ArticleUpdated Wiki: URI
URI Uniform resource identifiers (URIs) are, as you probably already know, structured strings that are used to specifically identify various entities in the world. In the domain of HTTP and REST, they...
View ArticleUpdated Wiki: HTTP Listener
HTTP Listener An HTTP listener is a C++ object that accepts messages directed at a particular URI, which we will refer to as the “listener URI.” A service on a given port may have many HTTP listeners...
View ArticleNew Post: Create a web server using C++ Rest Casablanca
Hi Vrinda, There are several tutorials out there on how to use a native C++ code dll and invoke is APIs from a C# WebRole. Take a look at this one here. To actually use native code in a WebRole you...
View ArticleNew Post: Cannot set Accept-Encoding
Hi Ryan, It is the limitation of IXMLHttpRequest2. I saw your post on Stackoverflow, you have already tried XHR_PROP_NO_DEFAULT_HEADERS property. I tried this...
View ArticleNew Post: HTTPS on Linux
Hi, Some additional ideas for thought here. First I think there is something going on with certificates here. Doing a quick search for the error code seems to indicate issues around certificates. I...
View ArticleNew Post: HTTPS on Linux
Hi Steve. I was referring to the file http_linux.cpp in the Casablanca source code -- namely that I suspect this exception is thrown on line 398 of that file. Not a big deal but I grepped recursively...
View ArticleNew Post: HTTPS on Linux
Hi loquitusofborg, Yes that is absolutely where the error is originating, now the question is why is Boost giving us an error here. What OS are you running on? We only do our testing on Ubuntu and...
View ArticleNew Post: HTTPS on Linux
Hi Steve. I am running on Ubuntu 13.10 64 bit. I can give you the following two URL's (publicly accessible) that seem to have this...
View Article