friendica/src/Network
Hypolite Petovan 17944c01ea Allow a GuzzleResponse body to be queried more than once
- Using `StreamInterface->getContents` left the stream index at the end of the stream, which made every subsequent call to `getBody()` return empty string
- Using `StreamInterface->__toString()` magic method correctly seek the stream to the start before reading
2021-08-24 11:30:11 -04:00
..
HTTPException
CurlResult.php
GuzzleResponse.php Allow a GuzzleResponse body to be queried more than once 2021-08-24 11:30:11 -04:00
HTTPException.php
HTTPRequest.php
IHTTPRequest.php
IHTTPResult.php
Probe.php