Skip to content

Missing HTTP verb: QUERY #60537

@Vectorial1024

Description

@Vectorial1024

Laravel Version

13.8.0

PHP Version

8.5.7

Database Driver & Version

N/A

Description

The HTTP QUERY verb RFC is now in the Standards Track:

https://www.rfc-editor.org/info/rfc10008/

RFC 10008: The HTTP QUERY Method

[...]

This is an Internet Standards Track document.

To summarize the RFC, the QUERY verb behaves like a GET verb that has a valid and meaningful body just like the POST verb, and QUERY responses are cacheable which is different from the POST verb. It allows for APIs that query resources in highly expressive and intricate ways without sacrificing cacheability.

Currently, Laravel does not have any way to make use of this HTTP verb. This is a problem.

Given that this RFC is new, it may be desirable to add support to the QUERY verb as soon as possible to indicate that Laravel is aware of new developments in the general internet world and is following latest trends.

Steps To Reproduce

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions