QUERY endpoints + correct body-aware caching for Node — the new HTTP QUERY method (RFC 10008) for Express, Fastify, raw http, and an isomorphic client.
-
Updated
Jul 20, 2026 - TypeScript
QUERY endpoints + correct body-aware caching for Node — the new HTTP QUERY method (RFC 10008) for Express, Fastify, raw http, and an isomorphic client.
Load Test about HTTP Query Method for comparation with GET and POST Method
RFC 10008-correct caching for the HTTP QUERY method: cache keys derived from the request body, plus a tiny in-memory cache. Zero dependencies.
Body-aware Go middleware and reverse proxy for adopting the HTTP QUERY method with conservative caching, Accept-Query discovery, and safe QUERY-to-POST fallback.
Parse, build, and content-negotiate the Accept-Query HTTP header (RFC 10008) for the QUERY method. Zero dependencies, fully typed.
A tiny, dependency-free client for the HTTP QUERY method (RFC 10008) — safe, idempotent requests with a body, over native fetch.
Runnable example of the @DanMat HTTP QUERY (RFC 10008) suite: a stock-screener API + client using query-fetch, accept-query, query-cache, and query-server.
Framework-agnostic server helpers for the HTTP QUERY method (RFC 10008): validate requests, negotiate content types, and advertise Accept-Query.
Add a description, image, and links to the query-method topic page so that developers can more easily learn about it.
To associate your repository with the query-method topic, visit your repo's landing page and select "manage topics."