restbed icon indicating copy to clipboard operation
restbed copied to clipboard

Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.

Results 100 restbed issues
Sort by recently updated
recently updated
newest added

Hello, Is there a way to start the http server with a non-blocking call? When the `.start()` function is called the code stops there, but I need to call more...

I built Restbed according to the (first, non-external libraries) instructions and the process appeared to complete without issue. But upon attempting to build a test project, it fails with errors...

on linux, building and installing locally requires the user to create their own `pkgconfig` to verify availability

Hi. Is there any Websocket client example? I only find Websocket server example but not find any websocket client example (incluing websocket security) with restbed.

Good evening, is any chance or example implement jwt flow?

add include directory only if used as a target dependency instead adding it to all targets, when used as a subdirectory.

enhancement

https://pabloariasal.github.io/2018/02/19/its-time-to-do-cmake-right/

enhancement
build issue

I'm trying to build restbed using cmake and I got success in it. But cmake is not generating cmake files for Config and Target so that other cmake based applications...

We are using the tag 4.8 of the restbed source code. We are using the following "simple" error handler: ```C++ restbed::Service service; service.set_error_handler([](const int tbd, const std::exception& exc, const std::shared_ptr&...