feat(core): add HTTP QUERY method support #5

Merged
Relism merged 1 commits from feature/core/http-query-method into master 2026-08-10 13:29:25 +00:00
Owner

Adds the QUERY method (RFC 10008) — safe and idempotent like GET,
but carries a request body like POST, useful for complex filters
that don't fit in a URL query string.

Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

Adds the QUERY method (RFC 10008) — safe and idempotent like GET, but carries a request body like POST, useful for complex filters that don't fit in a URL query string. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Relism added 1 commit 2026-08-10 13:28:39 +00:00
feat(core): add HTTP QUERY method support
CI / Build & Test (push) Failing after 4m55s
CI / Build & Test (pull_request) Canceled after 50s
fa0a2d79b4
Adds the QUERY method (RFC 10008) — safe and idempotent like GET,
but carries a request body like POST, useful for complex filters
that don't fit in a URL query string.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Author
Owner

Closes #2

Closes #2
Author
Owner

Closes #2

Closes #2
Relism merged commit 4032567d75 into master 2026-08-10 13:29:25 +00:00
Relism deleted branch feature/core/http-query-method 2026-08-10 13:29:25 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Relism/Flash5#5