drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows

Results 264 drogon issues
Sort by recently updated
recently updated
newest added

I created new classes rather than editing Mapper since the design is completely different and non-intrusive. In my opinion, the current Mapper has a little complex user interface. However, if...

**Notice** **Describe the bug** 1. run "cmake build" in vscode 2 report error " Utilities.cc:1192 undefined reference to `getentropy'" **Screenshots** ![Screenshot](https://user-images.githubusercontent.com/7604419/183794386-0f0b2020-c92b-4cd0-9e62-6e7818484f96.png) **Desktop (please complete the following information):** environment: os :...

**Notice** If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at [gitter](https://gitter.im/drogon-web/community) Please create a new issue only if...

When I compiled the drogon project with vs2019 under windows, there were many warnings of 4251 and 4275. In order to solve this problem, I initiated this request

### What? Added app configuration option to enable/disable saving anonymous user sessions. ### Why? Feature adds more control to a developer over behavior of session based cookies. Whether for performance...

As of now, when drogon is running behind a reverse proxy, drogon can only see the reverse proxy's IP as the peer IP. Which is technically true. But not what...

To detect problems related to memories. I believe CIs will fail.