Skip to content

fastify-http-queryFastify HTTP QUERY method plugin

Enable the safe, idempotent, cacheable HTTP QUERY method in Fastify.

What is this?

@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.

Where to next

Released under the MIT License.