pingora/pingora-proxy
ewang 3f682ea37f Add cache_not_modified_filter, handle etag/last-modified
This filter allows customizing the `ETag`/`Last-Modified` check to see
if the proxy cache can return 304 Not Modified instead of the full
response.

Also flesh out the `ETag`/`Last-Modified` handling in the base
`not_modified_filter` with `If-None-Match` and `If-Modified-Since`.
2024-04-12 15:30:28 -07:00
..
examples Allow response body to be modified. 2024-04-05 11:46:20 -07:00
src Add cache_not_modified_filter, handle etag/last-modified 2024-04-12 15:30:28 -07:00
tests Add cache_not_modified_filter, handle etag/last-modified 2024-04-12 15:30:28 -07:00
Cargo.toml Only compile pingora-openssl when openssl feature is enabled. 2024-04-05 11:46:20 -07:00
LICENSE Release Pingora version 0.1.0 2024-02-27 20:25:44 -08:00