Skip to content

HTTP cache support for the QUERY method (RFC 10008)#852

Open
hunghhdev wants to merge 1 commit into
apache:masterfrom
hunghhdev:master
Open

HTTP cache support for the QUERY method (RFC 10008)#852
hunghhdev wants to merge 1 commit into
apache:masterfrom
hunghhdev:master

Conversation

@hunghhdev

Copy link
Copy Markdown
Contributor

Follow-up to #840. The caching layer can now store and serve responses to QUERY requests: cache keys incorporate a digest of the request content and content type, and both classic and async interceptors buffer QUERY bodies instead of bypassing the cache. Anything that cannot be buffered safely still falls back to direct execution.

@ok2c

ok2c commented Jul 17, 2026

Copy link
Copy Markdown
Member

@hunghhdev Awesome! Out of curiosity is this effort coordinated with the original author of #840 or is it purely coincidental?

Please note there is #850 that still needs to land that improves the process of cache key generation.

Overall looks very good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants