Searched refs:withParsedBody (Results 1 – 7 of 7) sorted by relevance
197 public function withParsedBody($data); function
197 public function withParsedBody($data): ServerRequestInterface; function
179 ->withParsedBody($_POST)
207 ->withParsedBody($request->getParsedBody())
183 ->withParsedBody($_POST)
216 ->withParsedBody($request->getParsedBody())
61 | `withParsedBody($data)` | Returns a new request instance with the specified body parameters | |