Commented Unassigned: uri decode issue [97]
Hello,I am using the latest 2.0.0 version and I believe uri::decode is not behaving as expected. For example the code ```utility::string_t text =...
View ArticleNew Post: MSI is gone in 2.0 - too bad
Would it be possible to reconsider removing MSI distribution since we do not mind messing with include paths, libs and dlls?
View ArticleNew Post: Query string value with %20
Hello, I am sending to my http handler the following request (with Fiddler)http://localhost:8080/test?Text=J%27ai%20besoin%20de%20trouver%20un%20personnage%20%C3%A9trange In my code (version 2.0.0) I...
View ArticleNew Post: From COM IStream to concurrent::streams::istream
Hello, I do have a COM API that accept an IStream to write the content into it. I would like to be able to write into the concurrency::streams::istream being sent to http_response. What is the best...
View ArticleNew Post: 2.0.0 Release is Live!
I see tests fail on master branch on mac os x. using Xcode from apple app store: clang++ --version Apple LLVM version 5.1 (clang-503.0.9) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.1.0 Thread...
View ArticleCreated Unassigned: uri not in web::http namespace as doc state [98]
MinorWhen upgrading from 1.x sdk to 2.0 the uri have changed namespace fromweb::http::uri to web::uri. The chm files have not been updated to reflect this.
View ArticleNew Post: Problem web::json::value cbegin()
Hi everybody, I am new with JSON and with C++ REST SDK. I found some examples and help on the Internet but I have a strange error: when I want to iterate a web::json::value with cbegin() visual studio...
View ArticleNew Post: Problem web::json::value cbegin()
As of 2.0 the value do not return a iterator. See https://casablanca.codeplex.com/releases/view/119893 but you are basically missing a "as_object()" and the iter->first return a string_t and not an...
View ArticleNew Post: Problem web::json::value cbegin()
Ok I don't know why nobody talks about this 2.0 ^^. Thank you very much and just to say, because maybe will have the same problems, the iterator are not the same. Thank you again for the answer.
View ArticleNew Post: MSI is gone in 2.0 - too bad
Hi aivanoff, No, it is unlikely we would consider bringing back the MSI. It is more work for us to maintain multiple Windows binary delivery mechanisms. We also feel that the NuGet package overall...
View ArticleCommented Unassigned: uri not in web::http namespace as doc state [98]
MinorWhen upgrading from 1.x sdk to 2.0 the uri have changed namespace fromweb::http::uri to web::uri. The chm files have not been updated to reflect this.Comments: Hi eskech, Yes you are correct our...
View ArticleEdited Unassigned: Reference Documentation is Stale [98]
MinorWhen upgrading from 1.x sdk to 2.0 the uri have changed namespace fromweb::http::uri to web::uri. The chm files have not been updated to reflect this.
View ArticleReleased: C++ REST SDK 2.0.0 (Mar 20, 2014)
Starting with 2.0.0 we are only distributing Windows binaries through our NuGet package. This allows us to be more efficient and not maintain an MSI. We also feel it gives users a better experience not...
View ArticleUpdated Release: C++ REST SDK 2.0.0 (Mar 20, 2014)
Starting with 2.0.0 we are only distributing Windows binaries through our NuGet package. This allows us to be more efficient and not maintain an MSI. We also feel it gives users a better experience not...
View ArticleClosed Unassigned: uri decode issue [97]
Hello,I am using the latest 2.0.0 version and I believe uri::decode is not behaving as expected. For example the code ```utility::string_t text =...
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 ArticleNew Post: http Range and reading the bytes out of the response body
Hi cosminonea, To avoid the extra buffer copying, you can use the "set_response_stream" when you create the http request. When the response body data is ready, it will save to the stream buffer you...
View ArticleNew Post: Live Integration
Hi, For logging into Live, WindowsLiveAuth sample uses the Windows Runtime (WinRT) OnlineIdAuthenticator API. The OnlineIdAuthenticator is not a part of the C++ REST SDK. Hence, for any queries...
View ArticleNew Post: http_listener multiple routes
Hi Pedro, You can create multiple listeners to listen on multiple endpoints.http_listener listenerVoices_1(L"http://localhost:8080/hello"); http_listener...
View ArticleCreated Unassigned: Test failures on OS X [99]
I see tests fail on master branch on mac os x.using Xcode from apple app store:clang++ --versionApple LLVM version 5.1 (clang-503.0.9) (based on LLVM 3.4svn)Target: x86_64-apple-darwin13.1.0Thread...
View Article