Created Unassigned: SignalR Support [219]
It would be great if SignalR client support was built into this SDK on top of the WebSocket and HTTP clients.
View ArticleCommented Unassigned: SignalR Support [219]
It would be great if SignalR client support was built into this SDK on top of the WebSocket and HTTP clients.Comments: Hi jarredsencha, I think it would be better if a SignalR client is built on top of...
View ArticleCommented Unassigned: SignalR Support [219]
It would be great if SignalR client support was built into this SDK on top of the WebSocket and HTTP clients.Comments: Indeed the SignalR team plans to continue work on the C++ client shortly. We hope...
View ArticleCommented Unassigned: SignalR Support [219]
It would be great if SignalR client support was built into this SDK on top of the WebSocket and HTTP clients.Comments: That's true, and I did see this repo but also saw it was over a year ago since it...
View ArticleCommented Unassigned: SignalR Support [219]
It would be great if SignalR client support was built into this SDK on top of the WebSocket and HTTP clients.Comments: Closing the issue since we won't be adding SignalR support to the C++ Rest SDK.
View ArticleClosed Unassigned: SignalR Support [219]
It would be great if SignalR client support was built into this SDK on top of the WebSocket and HTTP clients.
View ArticleNew Post: Calling an HTTP request from a function
Hi All, Just a quick question. Right now I'm using a video editing software that has an API using HTTP protocol. To perform the request I want, all the code i need is the following:http_client...
View ArticleNew Post: Calling an HTTP request from a function
Hi mrm63, you can use our web::uri_builder to create the uri.void api_call(int number) { web::uri_builder uribuilder(L"http://10.180.90.151:8808"); uribuilder.append_path(L"api/");...
View ArticleNew Post: Windows Service app
Hi, can i use Casablanca to develop windows service ? Thanks
View ArticleEdited Feature: Nginx support [48]
Hello Team,I am sure that Casablanca REST SDK will have great future with C++ 11 which can leverage existing native code and supports asynchronous, parallel and distributed computing to scale up and...
View ArticleEdited Feature: Semaphore scheduling.... [117]
Hi,We have a desire to restrict the number of tasks scheduled attached to a resource. We'd like to have an object like a semaphore that when it has tasks added to it, they will run if the number of...
View ArticleEdited Feature: Add Windows Integrated Security [38]
Please add an option to use the credentials of the currently logged on user to authenticate against servers.
View ArticleCommented Issue: Do we need to allow multiple send and receive tasks running...
In websockets, one can only write or read from the socket sequentially. We allow user to call multiple sends or receives. The receives are queued and the tasks are completed one by one, as a message is...
View ArticleClosed Issue: Do we need to allow multiple send and receive tasks running at...
In websockets, one can only write or read from the socket sequentially. We allow user to call multiple sends or receives. The receives are queued and the tasks are completed one by one, as a message is...
View ArticleCommented Issue: Deploying to WP8.1 failed DEP6810 : MdilXapCompile.exe...
#ProblemWhen I try deploy my application with release configuration (Release | ARM) to real device I had the error:Error DEP6810 : MdilXapCompile.exe failed with error code 1004. See log file '<My...
View ArticleEdited Feature: websocket_client: Expose the boost native handle to set...
A customer has requested support for client certificates in our desktop websocket implementation.One option is to expose the boost native handle so that users can set the certificate themselves.
View ArticleEdited Issue: ws_client - add to Windows Phone 8.1 [194]
The APIs we build on aren't supported for Phone 8.0, but are in 8.1 so it need to be added.
View ArticleEdited Issue: Cannot set the "Sec-WebSocket-Protocol" header in WinRT...
Annoyingly, "Sec-WebSocket-Protocol" is treated as a reserved-word by MessageWebSocket. If you try to set that header, you get a Platform::COMException^. We will have to use the...
View ArticleEdited Issue: JSON serializer generates invalid JSON in non-C locales [118]
Using Casablanca 2.0, compile and run the following program:```#include <assert.h>#include <locale.h>#include <cpprest/json.h>int main(){ setlocale(LC_ALL, "fr-FR"); auto x =...
View ArticleEdited 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.
View Article