Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add QUERY method support #8550

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

desiderantes
Copy link

Fixes #8380.

This PR adds a new public method, query(RequestBody), to perform a request using the QUERY method. It also enables cache support for QUERY requests.

@yschimke
Copy link
Collaborator

It seems like it's still a draft https://datatracker.ietf.org/doc/draft-ietf-httpbis-safe-method-w-body/

But overall, we've added verbs for WebDav #1901

@yschimke
Copy link
Collaborator

@swankjesse any objection?

@yschimke yschimke requested review from swankjesse and removed request for squarejesse October 19, 2024 11:38
@desiderantes
Copy link
Author

Just wanted to note that Node already shipped support for it

Copy link
Collaborator

@swankjesse swankjesse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to validate that GET and QUERY calls to the same URL are cached independently

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.

QUERY support
3 participants