-
Hi. I can't get the behavior of dynamic views to work. The following has been done:
1. In the CMake file, I have commented out the line
`"set_property(TARGET ${PROJECT_NAME} PROPERTY ENABLE_EXPORTS…
-
**Host Environment**
- OS: Windows 11
- Compiler: Visual Studio 2022
**To Reproduce**
Steps to reproduce the behavior:
```
Creating visual studio project, going to directory, then:
git clone …
-
您好,各位大神,我本机是macos 开发工具使用的clion 电脑本机确认安装了mariadb 但是不管我怎么配置drogon 都找不到mariadb的依赖,我不确定是我的cmakelist 的配置上出了问题还是怎么问题,能帮我解决这个问题吗,给我一个配置mariadb的Cmaklist的文件或者别的问题帮我指出来,他已经困扰了我很久,在这里不尽感谢。
A utility for drogo…
-
Documentation at https://drogon.org/ is missing, url is broken
-
Current output to `stderr` by the Uploader, originally from Sumo, when a document is not valid, is not very readable. Make it informative and more readable.
-
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_p…
-
From documentation it says to post a form with
```
/api/packages/commit:
post:
summary: Commit package transaction
operationId: commitTransaction
requestBody:
…
fhdk updated
3 months ago
-
registerPostHandlingAdvice is not solution to add headers for OPTION request.
Example 'drogon/examples/simple_example/main.cc' use registerPostHandlingAdvice to add Access-Control-Allow-Origin hea…
-
**Describe the bug**
Currently when you try to just clone drogon, init submodules and try to use it on a clean PC in your CMakeLists like
`add_subdirectory(third_party/drogon)`
You get error that …
-
loadConfigFile cannot load a jsonc file, I want to rename the file name for security reasons (root is a root of the drogon and config.json file can be loaded as a static file from public)