New Post: Create a web server using C++ Rest Casablanca
Hi vrindagoyal, Casablanca right now provides a library only HTTP server solution. This means you will have to handle any deployment and hosting in say Azure for example by yourself. If you are...
View ArticleEdited Feature: Linux/non-Windows http_client proxy support [88]
Please vote if this is an important scenario for you. If the lack of this feature is is blocking your adoption of the C++ REST SDK, please comment below. Note: We cannot guarantee that this feature...
View ArticleEdited Unassigned: Linux/non-Windows http_client authentication support [89]
Support for some http authentication schemes in http_client on Linux and other non-Microsoft platforms
View ArticleNew Post: Cannot set Accept-Encoding
This is apparently a limitation of IXMLHttpRequest, which Casablanca uses on WinRT.
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS Casablanca depends on Boost and OpenSSL when used on iOS. It is a non-trivialtask to cross-compile libraries for iOS, however there are scripts availableonline with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Using NuGet to add the C++ REST SDK to a VS project
What is NuGet? From the NuGet website:NuGet is a Visual Studio extension that makes it easy to add, remove, and update libraries and tools in Visual Studio projects.When you install a package, NuGet...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on Windows 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To clone this...
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on Windows 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To clone this...
View ArticleUpdated Wiki: Build and Setup on Windows
How to setup, build, and run tests on Windows 1. Install git for Windows. Open Git Bash and create directory where you want to keep the source tree: mkdir Cpp-REST-SDK cd Cpp-REST-SDK 2. To clone this...
View ArticleUpdated Wiki: Versioning
Versioning and File Names The C++ REST SDK uses the following naming convention for DLL, LIB and PDB...
View ArticleUpdated Wiki: Samples
Samples Included along with the source code on CodePlex are a few samples illustrating how to use some of the main features.Bing RequestThis sample is a simple command line application takes in 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 a look at how to use our http_client to connect...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Documentation
WelcomeBefore you get started we recommend you begin with going over the documentation.Feature Overview Windows DesktopWindows Store AppWindows PhoneWindows XPLinux(Ubuntu)Mac OS X/iOSProgramming with...
View ArticleUpdated Wiki: Setup and Build on Mac
How to setup, build, and run tests on Mac OS X/iOS 1. Install git for Mac OS X.
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 Article