cloudflare/pingora

Is it possible to cache based on request body?

Open

#470 opened on Nov 14, 2024

View on GitHub
 (3 comments) (2 reactions) (0 assignees)Rust (1,642 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (26,634 stars)
PR merge metrics
 (Avg merge 1d 15h) (3 merged PRs in 30d)

Description

Ideally I'd like to first receive the request body and use that to generate the CacheKey. Is this currently possible without forking Pingora? I wonder if it fits in the current lifecycle management.

Contributor guide