pingora/pingora-proxy/tests
Yuchen Wu 11863d27a2 Introduce HttpModules to pingora-proxy.
This feature allows to plug in 3rd party extensions with minimal code
required.

The downstream compression logic is now a module.

Add: a new early_request_filter API to fine tune the behavior of the modules.
Add: a few APIs to write the response with these modules enabled. This
should address issues like compression is not applied to custom
responses.
2024-06-07 15:42:30 -04:00
..
keys Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
utils Introduce HttpModules to pingora-proxy. 2024-06-07 15:42:30 -04:00
headers.dict Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
pingora_conf.yaml Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00
test_basic.rs Add server_addr and client_addr to Session 2024-03-15 14:37:56 -07:00
test_upstream.rs Vary examples 2024-04-26 12:31:57 -04:00