News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Better HTTP Request/Response in PHP
December 14, 2011 @ 09:51:03

In a recent post to his blog Chris Hartjes looks at the idea of better HTTP Request/Response functionality in PHP, more than just the superglobal handling and PECL HTTP extension it has now.

I think the fact that we have $_POST and $_GET lulls some of us into the false sense that we should have $_PUT and $_DELETE objects, since that would map to the commonly-desired set of HTTP verbs that REST likes to use. But what should be inside those things, or should we be moving towards a more Pythonesque solution where a Request object, as part of core or via a only-really-for-the-brave- PECL extension?

He mentions opinions from other PHP community members (Laura Thompson and Elizabeth Smith) and a bit about what he (and I'm sure other developers) are looking for in a more full-featured request/response handling feature.

0 comments voice your opinion now!
request response object handling http extension


blog comments powered by Disqus

Similar Posts

CodeSnipers.com: Embarking on PHP5 Objects

Mike Naberezny's Blog: Wrapping PHP Functions for Testability

DevShed: Error Handling in PHP - Coding Defensively

Andi Gutmans\' Blog: Fluent Interfaces

Kevin Schroeder's Blog: ZF2 Dependency Injection - Multiple Object Instances


Community Events











Don't see your event here?
Let us know!


code podcast framework example language conference composer testing series interview introduction object release functional development opinion community tool database zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework