cpprestsdk icon indicating copy to clipboard operation
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...

Results 217 cpprestsdk issues
Sort by recently updated
recently updated
newest added

So, the question as it is. How it to build in 32 bit libraries?

A default constructed task behaves quite similarly to a task containing an exception, e.g. by `pplx::task_from_exception` or that has been canceled, in that the default constructed task throws `pplx::invalid_operation` from...

The different constructors for `web::http::experimental::listener::details::http_listener_impl` initialize the `m_close_task` differently. https://github.com/microsoft/cpprestsdk/blob/07cf589108f50ee40e56c56dc43bfab1022604e0/Release/include/cpprest/http_listener.h#L203-L205 The default constructor that is visible to SDK users since it is inline in the header initializes it like so:...

I've cloned the repo, with submodules. built the vcpkg.exe on windows11 64bit, and everything builds fine. However as soon as I try to `vcpkg install cpprestsdk cpprestsdk:x64-windows` I get the...

Hi, My requirement is to establish connection to the websocket and then send multiple messages to the server. I checked websocket_client class but couldn't find way to check if client...

I have a crash when I try to do an http request without being connected to internet. I use the pplx with the Unreal Engine (4.9.2) and I didn't manage...

I understand Casablanca has supported both TLS 1.1 and TLS1.2 since version 2.10. As the codes described below, it enables TLS 1.1 and 1.2 via `WINHTTP_OPTION_SECURE_PROTOCOLS`. ``` #if (_WIN32_WINNT >=...

Hello, I have the following code embedded in my library, which is built for Windows with VS2015 And after running some tests, I have noticed that there is a deadlock...

Hi, all! **Case**: We've got a client that sends messages to a server. I came across a problem when client failed to write request body. I found out that the...

``` cmd.exe /C "cd . && "C:\Program Files\CMake\bin\cmake.exe" -E vs_link_exe --intdir=CMakeFiles\cmTC_df364.dir --rc=rc --mt=CMAKE_MT-NOTFOUND --manifests -- C:\PROGRA~2\MICROS~1.0\VC\bin\amd64\link.exe /nologo CMakeFiles\cmTC_df364.dir\testCCompiler.c.obj /out:cmTC_df364.exe /implib:cmTC_df364.lib /pdb:cmTC_df364.pdb /version:0.0 /machine:x64 /debug /INCREMENTAL /subsystem:console kernel32.lib user32.lib gdi32.lib winspool.lib...