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
Laravel Version
13.8.0
PHP Version
8.5.7
Database Driver & Version
N/A
Description
The HTTP
QUERYverb RFC is now in the Standards Track:https://www.rfc-editor.org/info/rfc10008/
To summarize the RFC, the
QUERYverb behaves like aGETverb that has a valid and meaningful body just like thePOSTverb, andQUERYresponses are cacheable which is different from thePOSTverb. 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
QUERYverb 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