@httpquery/client
v0.1.0
Published
HTTP QUERY (RFC 10008) client — fetch, React Query, SWR, axios/ky/ofetch adapters.
Downloads
40
Maintainers
Readme
http-query
fetch-based HTTP QUERY (RFC 10008) client with Accept-Query discovery and POST fallback.
npm install http-queryimport { query, queryJson, createQueryClient } from 'http-query'
const res = await query('/api/search', {
body: { filter: { active: true }, limit: 20 },
fallback: 'post',
})See the root README for full docs.
