eao197
eao197
> Why not integrate the part of this PR that does this? The main reason: I want to fully understand what is going on in project's CMake files. The only...
The branch "0.6-dev-0.6.5" now contains changes that allow using an already installed version of http-parse. To activate this feature use `RESTINIO_USE_EXTERNAL_HTTP_PARSER" option during the call to CMake. For example, to...
@ArchangeGabriel There is no hurry. Those changes are for v.0.6.5 that will be released not early than next week.
Hi @doronbehar ! We are planning to switch from Clara to Lyra in RESTinio-0.7. Until that Clara will be used in RESTinio because it works and it isn't a major...
Hi, Jean-Marc Unfortunately, I have no time today to address your issue. I hope someone from our team can find some time to help you. But if not then I'll...
Hi, Jean-Marc! > What is the right method with Restinio? There is no such thing as "the right method" :) I think there are at least two approaches which don't...
> It should be added to the samples folder. You're right. And we've updated one of the examples: https://bitbucket.org/sobjectizerteam/restinio-0.4/src/default/dev/sample/websocket_detailed/main.cpp There is a slightly modified version with killing WS-connection in the...
Thanks for reporting this issue. We don't test RESTinio in 32-bit mode usually, but I know that RESTinio works in 32-bit environment (GCC reports warning, not error for that line)....
I've made some fixes in 0.6-dev branch. I have no plans to release those updates as a new version. I want those changes will be a part of the upcoming...
Hi! I think that this particular task can be solved without modifying RESTinio's code. The one solution is: ```cpp void defineFooApiRouter(router_t & router, string_view & root) { router.http_get( fmt::format("{}/:version", root)...