@httpquery/compat
v0.1.0
Published
CLI: probe whether a URL/stack supports HTTP QUERY (RFC 10008) end-to-end.
Maintainers
Readme
@httpquery/compat
CLI + library to probe HTTP QUERY (RFC 10008) support on any URL.
# primary
npx http-query https://api.example.com/search
npx http-query https://api.example.com/search --json
npx http-query --waf-rules
npx http-query --security-checklist
npx http-query --sigma
# aliases (same binary)
npx @httpquery/compat …
npx hq-compat …Checks: method accepted, OPTIONS/Accept-Query, CORS preflight, body canary, POST vs QUERY parity, optional edge-vs-origin differential.
