Skip to content

add hx-query to support the new RFC method - #3962

Merged
1cg merged 2 commits into
bigskysoftware:four-devfrom
MichaelWest22:hx-query
Aug 15, 2026
Merged

add hx-query to support the new RFC method#3962
1cg merged 2 commits into
bigskysoftware:four-devfrom
MichaelWest22:hx-query

Conversation

@MichaelWest22

Copy link
Copy Markdown
Collaborator

Description

We can add support for the new http method QUERY that now has an official RFC. We just need to add hx-query as a new option as we already support it via hx-action/hx-method. while query has not yet been fully adopted by everyone yet the browsers already natively support new methods like this and the real work left implementing it fully is in the CDN and caching layers so it is safe for us to adopt it early.

Corresponding issue:

Testing

Please explain how you tested this change manually, and, if applicable, what new tests you added. If
you're making a change to just the website, you can omit this section.

Checklist

  • I have read the contribution guidelines
  • I have targeted this PR against the correct branch (master for website changes, dev for
    source changes)
  • This is either a bugfix, a documentation update, or a new feature that has been explicitly
    approved via an issue
  • I ran the test suite locally (npm run test) and verified that it succeeded

@1cg

1cg commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Thanks!

@1cg
1cg merged commit d5a9b74 into bigskysoftware:four-dev Aug 15, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants