|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
令牌桶限流器 更多...
#include "NeForce/core/async/atomic.hpp"#include "NeForce/core/time/clocks.hpp"#include "NeForce/network/http/http_filter.hpp"类 | |
| struct | neforce::http::token_bucket |
| 令牌桶数据结构 更多... | |
| class | neforce::http::token_bucket_limiter |
| 令牌桶限流管理器 更多... | |
| class | neforce::http::token_bucket_filter |
| 令牌桶HTTP限流过滤器 更多... | |
令牌桶限流器
基于令牌桶算法的HTTP请求限流过滤器。支持:
在文件 rate_limiter.hpp 中定义.