PATH:
home
/
carfac
/
public_html
/
aviation
/
wp-content
/
plugins
/
cloudflare
/
deprecated
/
API
<?php namespace CF\API; /** * @deprecated 4.13.0 Use \Cloudflare\APO\API\Request instead. */ class Request extends \Cloudflare\APO\API\Request { public function __construct($method, $url, $parameters, $body) { _deprecated_file( __FILE__, '4.13.0', "Cloudflare\APO\API\Request", 'CF\API namespace is deprecated, use Cloudflare\APO\API instead.' ); parent::__construct($method, $url, $parameters, $body); } }
[-] Host.php
[edit]
[-] AbstractAPIClient.php
[edit]
[-] Client.php
[edit]
[-] Request.php
[edit]
[-] HttpClientInterface.php
[edit]
[-] AbstractPluginActions.php
[edit]
[-] PluginRoutes.php
[edit]
[+]
Exception
[-] Plugin.php
[edit]
[-] APIInterface.php
[edit]
[-] DefaultHttpClient.php
[edit]
[+]
..