diff options
author | xialeistudio <[email protected]> | 2024-08-02 16:13:28 -0400 |
---|---|---|
committer | Andrew Hauck <[email protected]> | 2024-08-09 14:30:49 -0700 |
commit | ef5ed1af3b74bcf6e07fe65c106acb3fc68c4149 (patch) | |
tree | 0417b6b40a9e15c8b43b87af1fd9e97b6d9d2a09 /docs/user_guide/index.md | |
parent | e1c6e57db3e613991eda3160d15f81e0669ea066 (diff) | |
download | pingora-ef5ed1af3b74bcf6e07fe65c106acb3fc68c4149.tar.gz pingora-ef5ed1af3b74bcf6e07fe65c106acb3fc68c4149.zip |
docs: add docs for RateLimiter
---
Update docs/user_guide/ratelimiter.md
---
docs: add upstream_request_filter to fix forbidden error of RateLimiter
---
Update ratelimiter.md
update rate_limiter_map initialize code
Co-authored-by: Dany Gagnon <[email protected]>
Co-authored-by: Xia Lei <[email protected]>
Includes-commit: 461d384966601a5fae60384cb0fef3fac9442218
Includes-commit: 80231711f9d85ee63a363c28a965acc86281b8df
Includes-commit: 99ed87f309b7d550b6a97af1c528a5849c020342
Includes-commit: bffc9f4f23c51feff64a1f6d3e9bfe8680e154d1
Replicated-from: https://github.com/cloudflare/pingora/pull/120
Diffstat (limited to 'docs/user_guide/index.md')
-rw-r--r-- | docs/user_guide/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/user_guide/index.md b/docs/user_guide/index.md index a8abcb1..d3f8309 100644 --- a/docs/user_guide/index.md +++ b/docs/user_guide/index.md @@ -20,6 +20,7 @@ In this guide, we will cover the most used features, operations and settings of * [Examples: take control of the request](modify_filter.md) * [Connection pooling and reuse](pooling.md) * [Handling failures and failover](failover.md) +* [RateLimiter quickstart](ratelimiter.md) ## Advanced topics (WIP) * [Pingora internals](internals.md) |