Commented Feature: OAuth 2.0 Support [28]
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 ArticleNew Post: strange recent error
Hi, I did a pull from the development branch and after a full rebuild (windows 7 64 bit), when I try to use an app which worked before, now I get this error: This procedure entry point...
View ArticleCommented Issue: Linux and OS X: progress_handler tests are disabled [136]
Need to be re-enabled.Comments: progress_handler_tests:data_upload_exception
View ArticleNew Post: strange recent error
Hi G, I made a change to extract_string adding a Boolean parameter to 'force' extraction ignoring the Content-Type and MIME type. It sounds like you need to recompile your application based on this...
View ArticleCreated Issue: Linux 32 build machine is busted [215]
Machine needs to be re-imaged and setup with Ubuntu 14.04.
View ArticleNew Post: strange recent error
Hi Steve, OK I did not realize that it was an interface change. Thanks, G.
View ArticleReviewed: C++ REST SDK 2.1 (Jul 12, 2014)
Rated 1 Stars (out of 5) - Not satisfied !! lacks almost all the main functionalities. No proper documentation. Function/variable names matter!! so it should be easy enough to get them just by looking....
View ArticleNew Post: Unable to compile project
Hi, I have followed the instructions to compile cpprest for OSx and for iOS inhttps://casablanca.codeplex.com/wikipage?title=Setup%20and%20Build%20on%20OSX&referringTitle=Documentation and...
View ArticleNew Post: strange recent error
Hi G, We maintain source level compatibility between release unless otherwise explicitly stated in the release. This has only happened once so far with the 2.0.0 release. This means you will need to...
View ArticleCommented Unassigned: TCP Listener [186]
A TCP listener similar to the http listener.Appears that this was removed in the past.Comments: We won't be adding server side support for the TCP protocol to the C++ Rest SDK.
View ArticleClosed Unassigned: TCP Listener [186]
A TCP listener similar to the http listener.Appears that this was removed in the past.
View ArticleUpdated Wiki: Reference Documentation
Reference DocumentationClick here to download the reference documentation for the C++ REST SDK 2.1.0 release in a zip file. The reference documentation is in html generated using Doxygen.You can also...
View ArticleNew Post: .chm files for Reference Documents won't open on Windows 7
Ok it is still going to be a while until I get a permanent hosting location. In the mean time you can generate the documentation locally like I mentioned before. I also uploaded the html documentation...
View ArticleCommented Issue: 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.Comments: Ok it is still going to be a while...
View ArticleNew Post: Concurrency::streams::streambuf> to const void *
Here is a sample of my code : auto filebuffer = std::make_shared<streambuf<uint8_t>>(); response.body().read_to_end(*filebuffer); DWORD length = filebuffer->buffer_size(); IStream...
View ArticleNew Post: Use of memcpy() function with file_buffer or fstream::istream
Hi utsav_popli, It is a little confusing what you have going on here. You are opening a file for output, then reading the response body into that file. Then it looks like you are trying to read the...
View Article