|
drogon
C++14/17-based HTTP application framework
|
#include <drogon/DrObject.h>#include <json/json.h>#include <memory>#include <trantor/utils/Logger.h>#include <trantor/utils/NonCopyable.h>

Go to the source code of this file.
Classes | |
| class | drogon::PluginBase |
| The abstract base class for plugins. More... | |
| struct | drogon::IsPlugin< T > |
| class | drogon::Plugin< T > |
| The reflection base class for plugins. More... | |
Namespaces | |
| namespace | drogon |
| Drogon Test is a minimal effort test framework developed because the major C++ test frameworks doesn't handle async programs well. Drogon Test's syntax is inspired by both Google Test and Catch2. | |
Enumerations | |
| enum class | PluginStatus { None , Initializing , Initialized } |
Copyright 2018, An Tao. All rights reserved. https://github.com/an-tao/drogon Use of this source code is governed by a MIT license that can be found in the License file.
Drogon