drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
Hodor.h File Reference
#include <drogon/RateLimiter.h>
#include <drogon/plugins/Plugin.h>
#include <drogon/plugins/RealIpResolver.h>
#include <drogon/HttpAppFramework.h>
#include <drogon/CacheMap.h>
#include <regex>
#include <optional>
Include dependency graph for Hodor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  drogon::plugin::Hodor
 The Hodor plugin implements a global rate limiter that limits the number of requests in a particular time unit. The json configuration is as follows: 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.

Detailed Description

Author
An Tao

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