<?php

// Require
require_once 'Psr/Http/Message/autoload.php';
require_once 'Psr/Http/Message/factory-autoload.php';
require_once 'getallheaders/getallheaders.php';

// Suggest
if (stream_resolve_include_path('Laminas/Httphandlerrunner/autoload.php')) { include_once 'Laminas/Httphandlerrunner/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\\psr7\\appendstream' => '/AppendStream.php',
                'guzzlehttp\\psr7\\bufferstream' => '/BufferStream.php',
                'guzzlehttp\\psr7\\cachingstream' => '/CachingStream.php',
                'guzzlehttp\\psr7\\droppingstream' => '/DroppingStream.php',
                'guzzlehttp\\psr7\\exception\\malformeduriexception' => '/Exception/MalformedUriException.php',
                'guzzlehttp\\psr7\\fnstream' => '/FnStream.php',
                'guzzlehttp\\psr7\\header' => '/Header.php',
                'guzzlehttp\\psr7\\httpfactory' => '/HttpFactory.php',
                'guzzlehttp\\psr7\\inflatestream' => '/InflateStream.php',
                'guzzlehttp\\psr7\\lazyopenstream' => '/LazyOpenStream.php',
                'guzzlehttp\\psr7\\limitstream' => '/LimitStream.php',
                'guzzlehttp\\psr7\\message' => '/Message.php',
                'guzzlehttp\\psr7\\messagetrait' => '/MessageTrait.php',
                'guzzlehttp\\psr7\\mimetype' => '/MimeType.php',
                'guzzlehttp\\psr7\\multipartstream' => '/MultipartStream.php',
                'guzzlehttp\\psr7\\noseekstream' => '/NoSeekStream.php',
                'guzzlehttp\\psr7\\pumpstream' => '/PumpStream.php',
                'guzzlehttp\\psr7\\query' => '/Query.php',
                'guzzlehttp\\psr7\\request' => '/Request.php',
                'guzzlehttp\\psr7\\response' => '/Response.php',
                'guzzlehttp\\psr7\\rfc7230' => '/Rfc7230.php',
                'guzzlehttp\\psr7\\serverrequest' => '/ServerRequest.php',
                'guzzlehttp\\psr7\\stream' => '/Stream.php',
                'guzzlehttp\\psr7\\streamdecoratortrait' => '/StreamDecoratorTrait.php',
                'guzzlehttp\\psr7\\streamwrapper' => '/StreamWrapper.php',
                'guzzlehttp\\psr7\\uploadedfile' => '/UploadedFile.php',
                'guzzlehttp\\psr7\\uri' => '/Uri.php',
                'guzzlehttp\\psr7\\uricomparator' => '/UriComparator.php',
                'guzzlehttp\\psr7\\urinormalizer' => '/UriNormalizer.php',
                'guzzlehttp\\psr7\\uriresolver' => '/UriResolver.php',
                'guzzlehttp\\psr7\\utils' => '/Utils.php'
            );
        }
        $cn = strtolower($class);
        if (isset($classes[$cn])) {
            require __DIR__ . $classes[$cn];
        }
    },
    true,
    false
);
// @codeCoverageIgnoreEnd

// Files
