New Post: Retrieve the filestream for a file on the server using rest webserice
Hi, You can use the web::http::client::http_client to make HTTP requests to REST services and fetch the data. A simple example: // Create a Casablanca in memory stream backed by std::vector...
View ArticleCommented Unassigned: Add FreeBSD 10+ to supported platforms [210]
Add FreeBSD 10+ to supported platforms.Pull request was added to development branch.Agreement signed.Comments: There is only one test case is failed. > Test case...
View ArticleNew Post: Windows: v2.1 Breaks http_request Queuing
I can confirm that the test program now works using the development branch. Bravo and thanks.
View ArticleUpdated Wiki: Setup and Build on iOS
How to build and setup on iOS First, follow all the instructions on Setup and Build on OSX. While some steps could be skipped if you only want to build for iOS, it is useful to diagnose problems during...
View ArticleNew Post: How to build a statically linked ( static CRT ) SDK
FWIW, we had a thought to do static linking also. The issue was we needed distinct .DLL names for 32/64, release/debug. We looked into static linking but eventually decided a one line change to the...
View ArticleNew Post: How to create a client side and server side for c++ rest sdk using...
client side : Create a client that does the following Reads in a large text file connects to a rest based api and sends the document(text file) in a Json message Waits for a response from the server...
View ArticleNew Post: Simple Listener Program Faulting on Linux
I can confirm that the current developer branch has fixed this issue. I tested on RHEL 7. Also run_tests.sh shows all casablanca tests have passed. Thanks for the fix!
View ArticleCommented Unassigned: Add FreeBSD 10+ to supported platforms [210]
Add FreeBSD 10+ to supported platforms.Pull request was added to development branch.Agreement signed.Comments: Your pull request has been merged. I'm going to consider this 'fixed' unless you discover...
View ArticleClosed Unassigned: Add FreeBSD 10+ to supported platforms [210]
Add FreeBSD 10+ to supported platforms.Pull request was added to development branch.Agreement signed.
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.OS X, iOSReplace internally to use boost locks instead of from standard library due to bug.http_clientImprove timeouts to be...
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.OS X, iOSReplace internally to use boost locks instead of from standard library due to bug.http_clientImprove timeouts to be...
View ArticleCommented Issue: Jenkins GatedCheckin: setup prebuild merge [202]
We have setup Gated commit using Jenkins. Developers must push their changes to the staging branch. The GatedCheckin project will perform validation and push the changes to origin/development.However,...
View ArticleReviewed: C++ REST SDK 2.1 (七月 02, 2014)
Rated 3 Stars (out of 5) - student C++ REST SDK Web Service
View ArticleNew Post: How to Deploy REST SDK app
For distributing your application to customers, you'll want to ensure you do NOT have a dependency on debug DLLs. Only the retail DLLs are included in the VC Redist package (i.e. msvcp120.dll). For the...
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.OS X, iOSReplace internally to use boost locks instead of from standard library due to bug.http_clientImprove timeouts to be...
View ArticleNew Post: How to build a statically linked ( static CRT ) SDK
We haven't done any work with static linking yet, because some customers have been able to successfully do themselves. We've been focusing on other features and issues that have more votes and customer...
View ArticleCommented Issue: Cannot set the "Sec-WebSocket-Protocol" header in WinRT...
Annoyingly, "Sec-WebSocket-Protocol" is treated as a reserved-word by MessageWebSocket. If you try to set that header, you get a Platform::COMException^. We will have to use the...
View ArticleCommented Issue: application/x-json is not a supported MIME type [197]
From https://casablanca.codeplex.com/discussions/548792Attempting to use ```.extract_json()``` on a request with a MIME type of ```application/x-json``` will fail with an error. While this is not the...
View ArticleUpdated Release: C++ REST SDK 2.2.0
Please fill in bugs and features as they are added into the release notes.OS X, iOSReplace internally to use boost locks instead of from standard library due to bug.http_clientImprove timeouts to be...
View ArticleClosed Issue: application/x-json is not a supported MIME type [197]
From https://casablanca.codeplex.com/discussions/548792Attempting to use ```.extract_json()``` on a request with a MIME type of ```application/x-json``` will fail with an error. While this is not the...
View Article