02 Install drogon Drogon is a C++14/17-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++. Drogo...
Built-in Filter Custom Filter Filter Registration 06 View In HttpController’s example , the getInfo method should check whether the user is logged in before returning the us...
Controller Controller life cycle 04.1 HttpSimpleController Controller The controller is very important in web application development. It processes the request sent by the b...
04.2 HttpController You could use the drogon_ctl command line tool to quickly generate custom controller class source files based on HttpSimpleController . The command format ...
Views Introduction Drogon’s CSP The use of views A simple example Automated processing of csp files Dynamic compilation and loading of views 07 Session Views Introductio...