On 23.03.2011 10:18, [email protected] wrote: > Hey, > I know that Symfony2 is trying to become RESTful, so I think it's > worth considering that Request should have php://input data.
Actually if you do $request->getContent() you already get php://input's content, what's missing is just handling it automatically based on the Content-Type of the request headers. Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
