| Server IP : 82.148.16.210 / Your IP : 216.73.216.19 Web Server : nginx/1.29.5 System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64 User : root ( 0) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/self/root/usr/share/php/GuzzleHttp/ |
Upload File : |
<?php
// Require
require_once 'GuzzleHttp/Promise/autoload.php';
require_once 'GuzzleHttp/Psr7/autoload.php';
require_once 'Psr/Http/Client/autoload.php';
require_once 'Symfony/Contracts/Deprecation/autoload.php';
// Suggest
if (stream_resolve_include_path('Psr/Log/autoload.php')) { include_once 'Psr/Log/autoload.php'; }
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'guzzlehttp\\bodysummarizer' => '/BodySummarizer.php',
'guzzlehttp\\bodysummarizerinterface' => '/BodySummarizerInterface.php',
'guzzlehttp\\client' => '/Client.php',
'guzzlehttp\\clientinterface' => '/ClientInterface.php',
'guzzlehttp\\clienttrait' => '/ClientTrait.php',
'guzzlehttp\\cookie\\cookiejar' => '/Cookie/CookieJar.php',
'guzzlehttp\\cookie\\cookiejarinterface' => '/Cookie/CookieJarInterface.php',
'guzzlehttp\\cookie\\filecookiejar' => '/Cookie/FileCookieJar.php',
'guzzlehttp\\cookie\\sessioncookiejar' => '/Cookie/SessionCookieJar.php',
'guzzlehttp\\cookie\\setcookie' => '/Cookie/SetCookie.php',
'guzzlehttp\\exception\\badresponseexception' => '/Exception/BadResponseException.php',
'guzzlehttp\\exception\\clientexception' => '/Exception/ClientException.php',
'guzzlehttp\\exception\\connectexception' => '/Exception/ConnectException.php',
'guzzlehttp\\exception\\guzzleexception' => '/Exception/GuzzleException.php',
'guzzlehttp\\exception\\invalidargumentexception' => '/Exception/InvalidArgumentException.php',
'guzzlehttp\\exception\\requestexception' => '/Exception/RequestException.php',
'guzzlehttp\\exception\\serverexception' => '/Exception/ServerException.php',
'guzzlehttp\\exception\\toomanyredirectsexception' => '/Exception/TooManyRedirectsException.php',
'guzzlehttp\\exception\\transferexception' => '/Exception/TransferException.php',
'guzzlehttp\\handler\\curlfactory' => '/Handler/CurlFactory.php',
'guzzlehttp\\handler\\curlfactoryinterface' => '/Handler/CurlFactoryInterface.php',
'guzzlehttp\\handler\\curlhandler' => '/Handler/CurlHandler.php',
'guzzlehttp\\handler\\curlmultihandler' => '/Handler/CurlMultiHandler.php',
'guzzlehttp\\handler\\easyhandle' => '/Handler/EasyHandle.php',
'guzzlehttp\\handler\\headerprocessor' => '/Handler/HeaderProcessor.php',
'guzzlehttp\\handler\\mockhandler' => '/Handler/MockHandler.php',
'guzzlehttp\\handler\\proxy' => '/Handler/Proxy.php',
'guzzlehttp\\handler\\streamhandler' => '/Handler/StreamHandler.php',
'guzzlehttp\\handlerstack' => '/HandlerStack.php',
'guzzlehttp\\messageformatter' => '/MessageFormatter.php',
'guzzlehttp\\messageformatterinterface' => '/MessageFormatterInterface.php',
'guzzlehttp\\middleware' => '/Middleware.php',
'guzzlehttp\\pool' => '/Pool.php',
'guzzlehttp\\preparebodymiddleware' => '/PrepareBodyMiddleware.php',
'guzzlehttp\\redirectmiddleware' => '/RedirectMiddleware.php',
'guzzlehttp\\requestoptions' => '/RequestOptions.php',
'guzzlehttp\\retrymiddleware' => '/RetryMiddleware.php',
'guzzlehttp\\transferstats' => '/TransferStats.php',
'guzzlehttp\\utils' => '/Utils.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd
// Files
require_once __DIR__.'/functions_include.php';