You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The HttpFoundation component docs has a list of methods available of the request, however the getContent() method is missing. It returns the raw data sent to the server.
I think this is not just an additional item for a list of methods as it is a very important one. So I mentioned an example that you can use it to process incoming JSON.
Activity
stof commentedon Feb 26, 2014
does it really make sense to maintain a list of method manually rather than linking to the API doc ?
bicpi commentedon Feb 26, 2014
Just made a proposal PR for this.
I think this is not just an additional item for a list of methods as it is a very important one. So I mentioned an example that you can use it to process incoming JSON.
feature #3610 [HttpFoundation] Add doc for Request::getContent() meth…