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...
By adding a non-deprecated copy of `checked_array_iterator`. The implementation heavily relies on the implementation details of MSVC STL, but IMO this is OK since we only use it when `defined(_ITERATOR_DEBUG_LEVEL)...
``` root@f92f2e6a26ce:/home/qgb/github/example-pybind11-vcpkg# vcpkg install cpprestsdk pybind11 Computing installation plan... The following packages are already installed: cpprestsdk[core,compression]:[email protected] pybind11:[email protected] cpprestsdk:x64-linux is already installed pybind11:x64-linux is already installed Total install time: 48.5 us...
Hi All, websocketsclient_test failed, detailed message like below, could you take a look this issue? Thanks. ``` 8/8 Test #8: websocketsclient_test ............***Failed 9.62 sec Loaded websocketsclient_testd.dll... === Running tests from:...
==19167==Hint: this fault was caused by a dereference of a high value address (see register values below). Dissassemble the provided pc to learn which register was used. AddressSanitizer:DEADLYSIGNAL #0 0x7f8cda78bbe4...
http://qt.gtimg.cn/q=sz002055 return GBK charset, it turns the error came out: ----- Error fetching URL http://qt.gtimg.cn/q=sz002055: Charset must be iso-8859-1, utf-8, utf-16, utf-16le, or utf-16be to be extracted. ---- is the...
I'd like to ask why library error reporting is so inconsistent? e.g.: https://github.com/Microsoft/cpprestsdk/pull/563 Also there are different error codes for same problems on different operating systems Like for DNS resolution...
http_client_winhttp::send_request only handle the case when proxy.is_auto_discovery() return true.  So when we construct a web_proxy with uri, it will only set the proxy mode as user_provided_.  So send_request...
http_client_winhttp::send_request only handle the case when proxy.is_auto_discovery() return true.  So when we construct a web_proxy with uri, it will only set the proxy mode as user_provided_.  So send_request...
Hello, unfortunately I have work with Visual Studio Express 2013 for Windows Desktop. Does exists a nugget for this version? I need a static version for the platform toolset v120....
I have used cpprestsdk library to build multiple services running on different linux N/W namespaces. But I am facing an issue of periodic drop in throughput during my load test,...