PATH:
home
/
carfac
/
public_html
/
scooterthetort
/
wp-content
/
plugins
/
cloudflare
/
src
/
API
<?php namespace CF\API; interface HttpClientInterface { /** * @param Request $request * @return Array $response */ public function send(Request $request); }
[-] 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]
[+]
..