forked from pool/cpprest
955296a50285c669ef0b8364711864d58d916ab21bd920db39e9610b35b625e5
- 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.
OBS-URL: https://build.opensuse.org/request/show/1131489
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=55
Description
No description provided
Languages
XML
100%