Latest version

first post: walidriabi wrote: Why server-side and actors functionality ((http_listener, actors et...

How to download file from SkyDrive using REST API SDK? (Windows Store app, http_client)

first post: hellobody wrote: Hello. I am trying to download file from SkyDrive using web::http:...

latest post: hellobody wrote: Thanks for the reply. Now I am trying to do things considering yo...

I don't find any way to get progress info for ongoing WEBDAV GET and PUT from C++ REST SDK.

first post: Prashant8579 wrote: Hi, I am having HTTP client created using C++ REST SDK. I don't ...

latest post: Prashant8579 wrote: Ok. Than progress_handler should be fine. We have taken care of p...

Cookie

first post: pmatray wrote: Hi everyone, How to use cookies with casablanca ? I've made the ...

latest post: niklasgu wrote: Sorry, cookie support is currently not in the Casablanca APIs. I k...

Does C++ REST SDK support HTTP Pipelining to make single connection for multiple requests.

first post: Prashant8579 wrote: Hi, I can see http_pipelining class in C++ REST SDK. But this one...

latest post: niklasgu wrote: It depends on the OS. On Windows 7, Windows Server, and Windows 8 d...

Assert(released == false) throws when uploading a file

first post: trollbyte wrote: I have been getting assertions when trying to upload a file via PUT...

latest post: trollbyte wrote: Yes, when the Assertions are thrown, I still get the expected JSON ...

utf16 unescape in response

first post: c2c wrote: Is there any helper function to unescape uft16 to a wstring in Casa...

latest post: niklasgu wrote: No, we don't have anything like that in Casablanca, but it sounds l...

Casablanca and VS2010

first post: fthomas54 wrote: I don't find how compile Casablanca with VS2010... After having re...

latest post: arturl wrote: This is strange. Can you compile any other C++ projects? Can you o...

Debug Assertion Failed mystery - _pFirstBlock == pHead

first post: c2c wrote: I have been getting an Debug Assertion Failed! error dbgheap.c l...

latest post: niklasgu wrote: Yes, this is a limitation in the current implementation. Making s...

Windows http client timeout

first post: Tonko wrote: Looking into the source code, my understanding is that one Casablan...

latest post: niklasgu wrote: Yes, that should be correct. Construct additional client instances...