X7ROOT File Manager
Current Path:
/home/notabjze/caribbeansee.com/wp-includes/Requests/src
home
/
notabjze
/
caribbeansee.com
/
wp-includes
/
Requests
/
src
/
ðŸ“
..
ðŸ“
Auth
📄
Auth.php
(860 B)
📄
Autoload.php
(9.12 KB)
📄
Capability.php
(657 B)
ðŸ“
Cookie
📄
Cookie.php
(14.13 KB)
ðŸ“
Exception
📄
Exception.php
(1.09 KB)
📄
HookManager.php
(709 B)
📄
Hooks.php
(2.85 KB)
📄
IdnaEncoder.php
(12.07 KB)
📄
Ipv6.php
(5.51 KB)
📄
Iri.php
(28.36 KB)
📄
Port.php
(1.47 KB)
ðŸ“
Proxy
📄
Proxy.php
(867 B)
📄
Requests.php
(33.17 KB)
ðŸ“
Response
📄
Response.php
(4.14 KB)
📄
Session.php
(8.79 KB)
📄
Ssl.php
(5.3 KB)
ðŸ“
Transport
📄
Transport.php
(1.51 KB)
ðŸ“
Utility
Editing: Auth.php
<?php /** * Authentication provider interface * * @package Requests\Authentication */ namespace WpOrg\Requests; use WpOrg\Requests\Hooks; /** * Authentication provider interface * * Implement this interface to act as an authentication provider. * * Parameters should be passed via the constructor where possible, as this * makes it much easier for users to use your provider. * * @see \WpOrg\Requests\Hooks * * @package Requests\Authentication */ interface Auth { /** * Register hooks as needed * * This method is called in {@see \WpOrg\Requests\Requests::request()} when the user * has set an instance as the 'auth' option. Use this callback to register all the * hooks you'll need. * * @see \WpOrg\Requests\Hooks::register() * @param \WpOrg\Requests\Hooks $hooks Hook system */ public function register(Hooks $hooks); }
Upload File
Create Folder