This might be more a "future scope" thing, but I would like to see a way
to access the raw request body as part of this. Currently (as far as I
know) the only way is to open/read php://input, which isn't particularly
intuitive in my opinion.
AllenJB
On 10/02/2020 16:18, Paul M. Jones wrote:
Hi Internals,
After a couple of years of incubation, I am happy to offer a second version of
this RFC:
https://wiki.php.net/rfc/request_response
It proposes an object-oriented approach around request and response
functionality already existing in PHP, in order to reduce the global-state
problems that come with superglobals and the various response-related functions.
The SQLite "about" page says, "Think of SQLite not as a replacement for Oracle but as a
replacement for fopen()." <https://www.sqlite.org/about.html> Likewise, think of this RFC not
as a replacement for HttpFoundation or PSR-7, or as a model of HTTP messages, but as an object-oriented
alternative to superglobals, header(), setcookie(), setrawcookie(), and so on.
Thanks in advance for your time and consideration while evaluating it.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php