whoami7 - Manager
:
/
proc
/
self
/
root
/
home
/
kckglobal
/
public_html
/
portal
/
vendor
/
sentry
/
sentry
/
src
/
HttpClient
/
Upload File:
files >> //proc/self/root/home/kckglobal/public_html/portal/vendor/sentry/sentry/src/HttpClient/Request.php
<?php declare(strict_types=1); namespace Sentry\HttpClient; /** * @internal */ final class Request { /** * @var string */ private $stringBody; public function hasStringBody(): bool { return $this->stringBody !== null; } public function getStringBody(): ?string { return $this->stringBody; } public function setStringBody(string $stringBody): void { $this->stringBody = $stringBody; } }
Copyright ©2021 || Defacer Indonesia