New Comment on "Build and Setup on Windows"
Trying to build with VS2012 -- get following errors: C:\Cpp-REST-SDK\casablanca\Release\tests\Functional\http\listener\VS12\HttpListener120_test.vcxproj : error : Unable to read the project file...
View ArticleNew Comment on "Setup and Build on Linux"
build breaks on this error: undefined reference to `boost::filesystem::path::filename() const' Pls. help
View ArticleNew Comment on "Setup and Build on Linux"
multiple errors triggered by : undefined reference to `boost::filesystem::
View ArticleUpdated Wiki: Samples
Samples Included along with the source code on CodePlex and the MSIs here are a few samples illustrating how to use some of the main features.Bing RequestThis sample is a simple command line...
View ArticleNew Comment on "Build and Setup on Windows"
Ok, the easy way was NuGet package! It's the only happy path.
View ArticleUpdated Wiki: Documentation
Welcome Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent StringsHTTP ClientJSONAsynchronous StreamsUniform...
View ArticleUpdated Wiki: Documentation
Welcome Before you get started we recommend you begin with going over the documentation.Feature OverviewProgramming with TasksPlatform-Independent StringsHTTP ClientJSONAsynchronous StreamsUniform...
View ArticleUpdated Wiki: Samples
Samples Included along with the source code on CodePlex and the MSIs here are a few samples illustrating how to use some of the main features.Bing RequestThis sample is a simple command line...
View ArticleCommented Feature: UDP Support (Client\Listener) [32]
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 will...
View ArticleCommented Issue: Basic authentication does not work with POST &...
Version 1.1.0Platform: Windows 7 client, VS2010, Windows 2008R2 server. IIS, ASP.NETIf I use basic authentication and POST with an istream body based on a producer_consumer_buffer, I get response 401....
View ArticleNew Post: C++ Rest SDK on Dr. Dobb's
Earlier this week an article on the C++ Rest SDK was posted on Dr. Dobb's, take a look. It gives a brief overview and instructions on how to setup. Then the article goes through an example illustrating...
View ArticleUpdated Wiki: Blog Posts
Community Blog Posts The Casablanca team is very excited to see the support we have received from the community around this project. Below are links to blog posts written by various contributors. These...
View ArticleCreated Unassigned: Problem on Linux when using nmap [70]
Hi there,I am using your SDK proudly and it has many great features. It is really great, but it stops working with a SIGABORT on my linux inthis section of code, when it is pinged by...
View ArticleNew Post: C++ Rest SDK 1.4.0 Released
Hi Steve. Great work. Really like the Rest SDK lib. Would it be an idea to list the release changes somewhere else than in the forum so it is easier to see what have changed? Maybe add it to the...
View ArticleNew Post: C++ Rest SDK 1.4.0 Released
Hi Eske, Glad to hear you like the C++ Rest SDK! In the Downloads tab, for each release we include the notes there. Even with the notes there, do you still think it is valuable to include a section...
View ArticleNew Post: const iterators for web::json::value
I believe it would be very helpful to use range-based for loops over const json::values.void check_jv_array(const json::value& jv) { if (!jv.is_array()) return; for (const auto& jv_pair : jv) {...
View ArticleNew Post: const iterators for web::json::value
Hi evangineer, Yes you are correct! We have cbegin()/cend() APIs but to support range based for over const values we need to add a const overload for begin/end. For our next 1.5 release we actually...
View ArticleNew Post: Half-encoded URI issues
Hello Kavya, My application collects URIs while crawling a web site. I checked that every major web browser (IE11, Chrome, Firefox) can navigate the web site and accept the bad URIs I reported...
View ArticleNew Post: C++ Rest SDK 1.4.0 Released
Hi. Oh I did not see it in the downloads tab as I did not look there (embarrassed). I just pull from the git repo (that way I can control upgrades better (at least for me)) as I need to build the libs...
View ArticleNew Post: C++ Rest SDK 1.4.0 Released
Completely understandable. We know some people don't want to mess with source so for Windows we produce binaries, but for other people who want to build themselves we try to make it as easy as...
View Article