C++ REST library
https://github.com/Microsoft/cpprestsdk
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 interact with services.
Also known as Casablanca.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / cpprest
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/cpprest && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_constraints | 0000000138 138 Bytes | |
base64.patch | 0000005798 5.66 KB | |
cpprest-2.10.9-disable-test-extract_floating_point |
0000000797 797 Bytes | |
cpprest.changes | 0000014831 14.5 KB | |
cpprest.spec | 0000004478 4.37 KB | |
cpprestsdk-2.10.19.tar.gz | 0001749647 1.67 MB | |
filestream.patch | 0000001357 1.33 KB |
Revision 55 (latest revision is 58)
Jan Engelhardt (jengelh)
accepted
request 1131489
from
Antoine Belvire (1Antoine1)
(revision 55)
- Update to 2.10.19: * Make Uri.is_host_loopback() only return true for localhost and 127.0.0.1 exactly. The old behavior could potentially return "true" for URLs that were not, in fact, local, and this could cause security issues if is_host_loopback was used in certain ways. * Fix likely typo in SafeInt3.hpp, that results in error with clang 15 * Support for oauth2 with "client_credentials" grant type. * Add constructor from all integer types for json value. * Export http_exception for non Windows builds using visibility macros.
Comments 0