Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.188.73.229
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
vendor /
psr /
http-client /
src /
Delete
Unzip
Name
Size
Permission
Date
Action
ClientExceptionInterface.php
171
B
-rw-rw-r--
2023-04-10 20:12
ClientInterface.php
500
B
-rw-rw-r--
2023-04-10 20:12
NetworkExceptionInterface.php
658
B
-rw-rw-r--
2023-04-10 20:12
RequestExceptionInterface.php
586
B
-rw-rw-r--
2023-04-10 20:12
Save
Rename
<?php namespace Psr\Http\Client; use Psr\Http\Message\RequestInterface; /** * Exception for when a request failed. * * Examples: * - Request is invalid (e.g. method is missing) * - Runtime request errors (e.g. the body stream is not seekable) */ interface RequestExceptionInterface extends ClientExceptionInterface { /** * Returns the request. * * The request object MAY be a different object from the one passed to ClientInterface::sendRequest() * * @return RequestInterface */ public function getRequest(): RequestInterface; }