Chukwujiobi Canon
Chukwujiobi Canon
Thank you so much for many years of hard work and devotion. This isn’t really an issue but a question. Unfortunately the Google group is down. I am working with...
The automated mechanism of Drogon’s registration of controllers is fantastic. Users don’t have to register controllers manually via the drogon::HttpAppFramework::registerController(const std::shared_ptr&) method keeping the interface clean. Now here comes the...
Not really an issue but I didn’t know where to look. Please how can we use the server. We need to add it as a dependency to our massive application....
I have tried adding to cmake project using ``` find_package(cppsecurity REQUIRED) target_link_libraries( ${PROJECT_MAIN} PRIVATE cppsecurity::cppsecurity ) ``` None worked. Any help?
Update `drogon_ctl` to create C++20 modules. Seeing that Drogon now supports C++20, can we get an option that asks what kind of Controller, Filter, or View file we prefer? C++20...