|
drogon
C++14/17-based HTTP application framework
|
#include <drogon/exports.h>#include <drogon/orm/DbTypes.h>#include <drogon/orm/Exception.h>#include <drogon/orm/Field.h>#include <drogon/orm/FunctionTraits.h>#include <drogon/orm/ResultIterator.h>#include <drogon/orm/Row.h>#include <drogon/orm/RowIterator.h>#include <string_view>#include <json/writer.h>#include <trantor/utils/Logger.h>#include <trantor/utils/NonCopyable.h>#include <json/json.h>#include <functional>#include <iostream>#include <map>#include <memory>#include <mutex>#include <sstream>#include <string.h>#include <string>#include <vector>#include <optional>#include <type_traits>#include <arpa/inet.h>

Go to the source code of this file.
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. | |
Typedefs | |
| using | drogon::orm::QueryCallback = std::function<void(const Result &)> |
| using | drogon::orm::ExceptPtrCallback = std::function<void(const std::exception_ptr &)> |
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