HTTP QUERY, native to Fastify
Registers the QUERY method with Fastify's router and adds an `app.query()` shorthand — the same ergonomics as `app.get()` for a method that carries its query in the body.
Enable the safe, idempotent, cacheable HTTP QUERY method in Fastify.
@thecodepace/fastify-http-query is a Fastify plugin that enables the HTTP QUERY method. QUERY is a safe, idempotent, cacheable HTTP method that — unlike GET — carries a request body describing the query operation.
This documentation site complements the project's README and CHANGELOG. The README stays the canonical install/usage reference; this site adds a navigable surface for the parts that benefit from a sidebar: the API reference, the error codes, and the integration patterns.