cpprestsdk
cpprestsdk copied to clipboard
The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and i...
my project can not import boost libs in some reasons, is it possible to build it from source without boost?
Hi All, I am new to the rest framework, but I know cpp. I was going through the readme and tried the fedora installation command "dnf install cpprest-devel" but I...
Hi, I could not install this library for cxxdroid no matter how hard I tried, please help, thanks.
shows linking error at compiling... "public: __cdecl web::uri::uri(wchar_t const *)" (??0uri@web@@QEAA@PEB_W@Z) referenced in function "void __cdecl `dynamic initializer for 'client''(void)" (??__Eclient@@YAXXZ) pls help...
Hi Team, I am interested on using this project, but I am a bit unsure on the current support status. From what I see nothing has been going on for...
I'm evaluating using cpprestsdk in my projects and when I tried building it on a WSL box with Ubuntu 22.10 got the following output: ``` eugeniomiro@OPTIMUSPRIME:~/repos/cpprestsdk$ mkdir build eugeniomiro@OPTIMUSPRIME:~/repos/cpprestsdk$ cd...
I keep getting 12044 error when using Bearer token auth while making a Post/Put calls using http_client. I am not using the oauth2 config since I have a different mechanism...
Hi, I'm facing an error that occurs when I reveivce json data on websocket. The error is 'trace/breakpoint trap (core dumped)'. Could I get json data to websocket?? `client.set_message_handler([](websocket_incoming_message in_msg){...
This removes old versions of windows and VS pipelines that are no longer provided as azure hosted images. At some point I should add them back but it's better to...
MSVC has a new preprocessor (https://devblogs.microsoft.com/cppblog/announcing-full-support-for-a-c-c-conformant-preprocessor-in-msvc/). To compile code with MSVC and C++20 we need to use the new preprocessor (`/Zc:preprocessor`). This change updates cpprestsdk to use `/Zc:preprocessor` on versions...