Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Browsing all 4845 articles
Browse latest View live
↧

New Post: limit the number of active tasks

I need a way to limit the number of "activated" pplx::tasks, that is, the number that are actually running, whether using cycles or blocked. I generate hundreds or even thousands of HTTP request tasks...

View Article


New Post: Http digest preemptive authentication

Thank you for your answer. My idea for mitigating the double big POST problem: as this cannot be avoided, I planned to POST an empty (or very short) payload for first request, just to get the 401...

View Article


New Post: help with task cancellation

@evanb, can you post some code? Should be useful to others.

View Article

Released: C++ REST SDK 2.2.0 (Aug 20, 2014)

FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...

View Article

Updated Release: C++ REST SDK 2.2.0 (Aug 20, 2014)

FeaturesoAuth(experimental)Added library support for oAuth 2.0 and 1.0 in an experimental namespace while we fine tune the API.AndroidAdded support for the Android platform. Please note SSL...

View Article


New Post: 2.2.0 Release

The team just finished publishing our NuGet package and updating the master branch for the 2.2.0 version of the C++ Rest SDK. Some of the highlights from this release include Android support, oAuth,...

View Article

New Post: 2.2.0 Release

I forgot to mention as well, we've setup hosted API reference documentation now as well that we will keep updated for each release. It can be viewed here. Not every single API is documented yet, but...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build for WindowsHow to build for LinuxHow to build for Mac OS XHow to build for iOSHow to build for AndroidMake a...

View Article


Image may be NSFW.
Clik here to view.

Updated Wiki: Documentation

Getting StartedGetting started tutorialHow to use the C++ Rest SDK NuGet packageHow to build for WindowsHow to build for LinuxHow to build for Mac OS XHow to build for iOSHow to build for AndroidMake a...

View Article


New Post: http_excepton with PUT/POST with v1.0.0

Hi SoulHunt, Please try our latest version or at least 1.3 version. You can use VS2013 Express to test it. I believe we have already fixed this "ERROR_WINHTTP_RESEND_REQUEST" problem. Thanks

View Article

New Post: How to end up a thread while encounter a task exception in a...

Hi Joecc, I think you are confused a bit. The http_client::request method is asynchronous, so it will immediately return and you will continue to run your OnButtonClickRun function. The task...

View Article

Created Unassigned: basic_istream::read_to_end returns a size_t on 32-bit...

Reported by https://casablanca.codeplex.com/discussions/561562.The member function```template<typename...

View Article

Created Unassigned: Exception not thrown on write error with std::ofstream...

Reported by: https://casablanca.codeplex.com/discussions/561562.When using a ```std::ofstream``` as a backing stream through the interop wrappers, write errors (such as disk full) do not cause an...

View Article


New Post: Error handling with interop streams

Write errors should result in some derived typed from std::exception being thrown. If you're not receiving an error, this sounds like a bug. Also, the size_t issue on 32-bit machines is a definite...

View Article

Created Unassigned: websocket client - authorization tests need a way to be...

We used to use Poco for the winrt tests, but now we've converged to just one test implementation on WebSocket++. Not sure the best way to implement the test_websocket_server http_handler...

View Article


Edited Issue: websocket client - authorization tests need a way to be run...

We used to use Poco for the winrt tests, but now we've converged to just one test implementation on WebSocket++. Not sure the best way to implement the test_websocket_server http_handler...

View Article

New Post: How to end up a thread while encounter a task exception in a...

Hi Steve, Thanks for your reply. If the OnButtonClickRun function is running on thread A( for example) and .then task is running on thread B, does it mean every .then task runs a new thread such as...

View Article


Commented Unassigned: Exception not thrown on write error with std::ofstream...

Reported by: https://casablanca.codeplex.com/discussions/561562.When using a ```std::ofstream``` as a backing stream through the interop wrappers, write errors (such as disk full) do not cause an...

View Article

New Post: get http_exception while access to https site in mac os x

Hi roschuma, just returned back to work on this mac project. i had a different version of openssl installed in my mac which was installed by macport. after i took over this computer, i use homebrew and...

View Article

New Post: How to end up a thread while encounter a task exception in a...

Hi Joecc, Every task could be running on a different thread, but really they are running on a thread pool so there isn't the cost and expense of creating a new thread each time. If you don't care about...

View Article
Browsing all 4845 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>