pingora/docs
xialeistudio ef5ed1af3b 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 <ddanygagnon@gmail.com>
Co-authored-by: Xia Lei <xialeistudio@gmail.com>
Includes-commit: 461d384966
Includes-commit: 80231711f9
Includes-commit: 99ed87f309
Includes-commit: bffc9f4f23
Replicated-from: https://github.com/cloudflare/pingora/pull/120
2024-08-09 14:30:49 -07:00
..
assets Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
user_guide docs: add docs for RateLimiter 2024-08-09 14:30:49 -07:00
quick_start.md Add a replacement cli-parsing function for Opt that can be used in quickstart with no external dependencies 2024-06-28 12:34:25 -07:00
README.md Fix typos and grammar issues in docs 2024-04-05 11:46:20 -07:00

Pingora User Manual

Quick Start

In this section we show you how to build a bare-bones load balancer.

Read the quick start here.

User Guide

Covers how to configure and run Pingora servers, as well as how to build custom HTTP server and proxy logic on top of Pingora's framework.

Read the user guide here.

API Reference

TBD