pingora/docs
ewang e811382224 Run upstream_response_filter on 304 from upstream cache revalidation
Previously only the response_filter would run on revalidated responses
with no way to process the upstream 304.
Also avoid passing through upstream 304 on revalidate
response_cache_filter errors and instead serve from cache. This
simplifies this edge case because it saves us from needing to check
whether the upstream header filter already ran on the 304 later.
2024-03-01 13:47:27 -08:00
..
assets Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
user_guide Run upstream_response_filter on 304 from upstream cache revalidation 2024-03-01 13:47:27 -08:00
quick_start.md Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
README.md Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00

Pingora User Manual

Quick Start

In this section we show you how to build a barebones 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