#1015: Support for arbitrary HTTP POST Content Types
-------------------------+--------------------------------------------------
 Reporter:  david        |       Owner:  david     
     Type:  enhancement  |      Status:  new       
 Priority:  normal       |   Milestone:  1.0       
Component:  request      |     Version:  1.0.0beta7
 Severity:  minor        |    Keywords:            
Has_patch:  0            |  
-------------------------+--------------------------------------------------
 HTTP POST requests are currently handled by PHP itself, and no action is
 taken in {{{AgaviWebRequest}}} if the Content-Type of the request is
 neither "application/x-www-form-urlencoded" nor "multipart/form-data".

 If the Content-Type for POST requests is anything else, Agavi should
 exhibit behavior similar to that for HTTP PUT requests, i.e. put the
 request payload into an {{{AgaviUploadedFile}}} object. See the kind-of-
 related #1014, too.

-- 
Ticket URL: <http://trac.agavi.org/ticket/1015>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5


_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to