I'm not saying we need full support for PUT, DELETE just yet, but to think that HTTP methods are binary either post or not isn't quite correct. HEAD requests are of particular importance for modern rss readers for example. I'd just add an isGet and isHead method at this point and unify the api to be a bit more consistent.

Kevin


----- Original Message ----- From: "Codiac" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, March 20, 2007 2:31 AM
Subject: Re: [fw-general] Cleanup Zend_Request



Kevin,

I know PHP can handle PUT, DELETE and other requests as well. They're just
not handled the same way as POST and GET. Requests + the body of the request
are always put into the PHP:// stream (like php://input).

The question is will Zend Framework support these type of requests? If you
look into the REST server implementation, those request types aren't
supported. Therefore the Zend Server_Rest implementation isn't a
full-fledged REST implementation.
--
View this message in context: http://www.nabble.com/Cleanup-Zend_Request-tf3424362s16154.html#a9568055
Sent from the Zend Framework mailing list archive at Nabble.com.


Reply via email to