Skip to content

AI junk - #6127

Closed
aryansk wants to merge 1 commit into
pallets:mainfrom
aryansk:codex/issue-6065
Closed

AI junk#6127
aryansk wants to merge 1 commit into
pallets:mainfrom
aryansk:codex/issue-6065

Conversation

@aryansk

@aryansk aryansk commented Aug 9, 2026

Copy link
Copy Markdown

fixes #6065

Add the query() route shortcut and recognize query methods when deriving MethodView.methods and dispatching HTTP QUERY requests. The existing route(..., methods=["QUERY"]) behavior remains unchanged.

The change includes focused view tests, code documentation for the new shortcut and dispatch behavior, and an entry in CHANGES.rst.

@davidism davidism closed this Aug 9, 2026
@davidism

davidism commented Aug 9, 2026

Copy link
Copy Markdown
Member

@davidism davidism changed the title Add QUERY route shortcut and MethodView support AI junk Aug 9, 2026
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.

Add a query() route shortcut and MethodView support for HTTP QUERY (RFC 10008)

2 participants