restbed
restbed copied to clipboard
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
Hi, related to the issue https://github.com/Corvusoft/restbed/issues/399 I have the same error with number 400, and exception.what() is "End of file" in custom error_handler. To reproduce this error, I took your...
I have installed resbed on a windows platform, and run the demo gave in the introduction part, however I got the following error, C4996 'restbed::Http': HTTP client is deprecated; we...
**These changes facilitate porting of Restbed for QNX7.1/8.0.** #549 Build files are available at https://github.com/qnx-ports/build-files/tree/main/ports/restbed **NOTE**: QNX ports are only supported from a Linux host operating system ## Create a...
I have prepared QNX port for qnx version 7.1 and 8.0 The build and test setup provided on https://github.com/qnx-ports/build-files/tree/main/ports/restbed I have also created a draft PR: https://github.com/Corvusoft/restbed/pull/548 Could you please...
# Issue The [https example](https://github.com/Corvusoft/restbed/blob/master/documentation/example/HTTPS_SERVICE.md) is using unsupported values for generating keys. **Private key** needs to be at least **2048** bytes, and **dhparam** at least **1024** bytes.
In readme: > git clone https://github.com/chriskohlhoff/asio --branch asio-1-34-2 --single-branch cd asio/asio ./autogen.sh ./configure make install but the last release time is Aug 25, 2021 which can't work with asio 1.34...
I having trouble with the rest api receving in array format when the webclient(swagger-ui) is msedge and opera. Does not happen to Chrome and firefox. I use the openapi generator...
Thanks for your effort on restbed. We encountered a reproducible issue: In concurrent scenarios, a simple request processing consumes unexpectedly long time. And we can reproduce this scenario in both...