New Comment on "Reference Documentation"
It's a security thing. To unblock the file: 1. From Windows Explorer, right click the .chm and choose Properties. 2. Under the Security section, click Unblock. 3. Click OK. Sorry for the inconvenience,...
View ArticleUpdated Wiki: Reference Documentation
Reference DocumentationClick here to download the reference documentation for the C++ REST SDK 1.1.0 release. The reference documentation is a .chm file, which a is a compiled html file for viewing...
View ArticleNew Post: Read data from response into memory
Hi Akshat, Fundamentally the body of an HTTP request or response just comes in a series of bytes. It is up to you, most likely based on the Content-Type header, to figure out how to treat the data....
View ArticleNew Post: Read data from response into memory
Hello Steve, If feasible can you please provide the example of getting the response body using http_response::extract_vector? Also, I am using NuGet to add the C++ REST SDK to a VS project. It was...
View ArticleNew Post: Read data from response into memory
Hi Akshat, In our 1.1.0 release we fixed an issue making an improvement to how we store and organize header files. Now our header files are located in a subfolder. So for example for the http_client.h...
View ArticleNew Post: Read data from response into memory
Thank you Steve. By the way the link that you have provided is directing to the current page itself. Akshat
View ArticleNew Post: Read data from response into memory
My bad somehow much of ended up with a copy and paste error. I just updated the link. Thanks, Steve
View ArticleNew Post: HTTPS support status
Steve, Is there an example on how to pass the certificate to the HTTPS on Windows? Curt
View ArticleNew Post: HTTPS support status
Hi Curt, No I don't have an example off hand on how to use client certificates with WinHttp. Take a look at this link it describes how it can be done. Basically you are going to have to add a check...
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 ArticleNew Post: Cancellation token in http_client request
Wow, that's a pretty serious feature that right now I'm really wishing was implemented. I'm already pretty far into this project. When the server goes missing for whatever reason, I have to wait for...
View ArticleCreated Unassigned: how to compile the code on linux platform [43]
I have downloaded the c++ rest SDK 'casablanca' code for linux platform and using it on ubuntu 12.04.I had completed all the setup, build, and run tests steps and all the test has been succesfully...
View ArticleNew Post: how to include path and compile user written code on linux platform...
I have downloaded the c++ rest SDK 'casablanca' code for linux platform and using it on ubuntu 12.04. I had completed all the setup, build, and run tests steps and all the test has been succesfully...
View ArticleEdited Unassigned: how to compile the code on linux platform [43]
I have downloaded the c++ rest SDK 'casablanca' code for linux platform and using it on ubuntu 12.04.I had completed all the setup, build, and run tests steps and all the test has been succesfully...
View ArticleEdited Unassigned: how to compile the code on linux platform [43]
I have downloaded the c++ rest SDK 'casablanca' code for linux platform and using it on ubuntu 12.04.I had completed all the setup, build, and run tests steps and all the test has been succesfully...
View ArticleCommented Unassigned: how to compile the code on linux platform [43]
I have downloaded the c++ rest SDK 'casablanca' code for linux platform and using it on ubuntu 12.04.I had completed all the setup, build, and run tests steps and all the test has been succesfully...
View ArticleCreated Unassigned: how to exceute an object [44]
Hello,Thanks for the response.Now i am able to make the object (object name : first) but when i am exceuting the object by following command./first than i am getting error./first: error while loading...
View ArticleNew Post: how to exceute the Bingreuest object
when i am exceuting the sample Bingrequest object in /rest/Binaries/Debug32 folder than i am getting the follwing error ./BingRequest: error while loading shared libraries: libcasablanca.so: cannot...
View ArticleCommented Unassigned: how to exceute an object [44]
Hello,Thanks for the response.Now i am able to make the object (object name : first) but when i am exceuting the object by following command./first than i am getting error./first: error while loading...
View ArticleCommented Unassigned: how to exceute an object [44]
Hello,Thanks for the response.Now i am able to make the object (object name : first) but when i am exceuting the object by following command./first than i am getting error./first: error while loading...
View Article