Searched refs:withBody (Results 1 – 8 of 8) sorted by relevance
186 public function withBody(StreamInterface $body); function
186 public function withBody(StreamInterface $body): MessageInterface; function
127 public function withBody(StreamInterface $body) function
131 public function withBody(StreamInterface $body): MessageInterface function
131 $req = $req->withBody($this->streamFor($data));
258 $request = $request->withBody(Psr7\Utils::streamFor($postBody));
87 $response->withBody($body);
31 | `withBody(StreamInterface $body)` | Returns new message instance with given HTTP Message Body | |