| 
            PostResponseEvent::$request           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/PostResponseEvent.php           | 
                  
                       | 
              
          
                  | 
            LegacyRequestSubscriber.php           | 
                  
            file           | 
                  
            drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php           | 
                  
            Definition of Drupal\Core\EventSubscriber\LegacyRequestSubscriber.           | 
              
          
                  | 
            RequestMatcherInterface.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php           | 
                  
                       | 
              
          
                  | 
            Request::hasPreviousSession           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Whether the request contains a Session which was started in one of the
previous requests.           | 
              
          
                  | 
            Request::getProtocolVersion           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Get the HTTP protocol version of the request           | 
              
          
                  | 
            MessageParser::parseRequest           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/parser/Guzzle/Parser/Message/MessageParser.php           | 
                  
            Parse an HTTP request message into an associative array of parts.           | 
              
          
                  | 
            Request::setProtocolVersion           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Set the HTTP protocol version of the request (e.g. 1.1 or 1.0)           | 
              
          
                  | 
            Request::setEventDispatcher           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Set the EventDispatcher of the request           | 
              
          
                  | 
            Request::getEventDispatcher           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Get the EventDispatcher of the request           | 
              
          
                  | 
            Request::setPhpDefaultLocale           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Sets the default PHP locale.           | 
              
          
                  | 
            Request::getUrlencodedPrefix           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
                       | 
              
          
                  | 
            RequestTest::testConstructor           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @covers Symfony\Component\HttpFoundation\Request::__construct           | 
              
          
                  | 
            RequestInterface::__toString           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Get the HTTP request as a string           | 
              
          
                  | 
            RequestDataCollectorTest.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php           | 
                  
                       | 
              
          
                  | 
            RequestTest::testGetUserInfo           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @covers Symfony\Component\HttpFoundation\Request::getUserInfo           | 
              
          
                  | 
            RequestTest::testGetClientIp           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @dataProvider testGetClientIpProvider           | 
              
          
                  | 
            RequestTest::testGetBasePath           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
                       | 
              
          
                  | 
            RequestTest::testGetPathInfo           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
                       | 
              
          
                  | 
            RequestTest::testGetCharsets           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
                       | 
              
          
                  | 
            RequestInterface::getCookies           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Get an array of Cookies           | 
              
          
                  | 
            overlay_request_page_refresh           | 
                  
            function           | 
                  
            drupal/core/modules/overlay/overlay.module           | 
                  
            Requests that the entire parent window is reloaded when the overlay closes.           | 
              
          
                  | 
            RequestException::setRequest           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/RequestException.php           | 
                  
            Set the request that caused the exception           | 
              
          
                  | 
            RequestException::getRequest           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Exception/RequestException.php           | 
                  
            Get the request that caused the exception           | 
              
          
                  | 
            ResourceBase::requestMethods           | 
                  
            function           | 
                  
            drupal/core/modules/rest/lib/Drupal/rest/Plugin/ResourceBase.php           | 
                  
            Provides predefined HTTP request methods.           | 
              
          
                  | 
            RequestContext::getHttpsPort           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Gets the HTTPS port.           | 
              
          
                  | 
            RequestContext::setHttpsPort           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Sets the HTTPS port.           | 
              
          
                  | 
            RequestContext::getParameter           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Gets a parameter value.           | 
              
          
                  | 
            RequestContext::hasParameter           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Checks if a parameter value is set for the given parameter.           | 
              
          
                  | 
            RequestContext::setParameter           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Sets a parameter value.           | 
              
          
                  | 
            RequestContextAwareInterface           | 
                  
            interface           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContextAwareInterface.php           | 
                  
            @api           | 
              
          
                  | 
            RequestMatcherTest::testIpv4           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
            @dataProvider testIpv4Provider           | 
              
          
                  | 
            RequestMatcherTest::testIpv6           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
            @dataProvider testIpv6Provider           | 
              
          
                  | 
            RequestMatcherTest::testHost           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            RequestMatcherTest::testPath           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            RequestMediator::$curlHandle           | 
                  
            property           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/RequestMediator.php           | 
                  
                       | 
              
          
                  | 
            RequestMediator::__construct           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/RequestMediator.php           | 
                  
                       | 
              
          
                  | 
            LegacyUrlMatcher::setRequest           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php           | 
                  
            Sets the request object to use.           | 
              
          
                  | 
            LegacyUrlMatcher::getRequest           | 
                  
            function           | 
                  
            drupal/core/lib/Drupal/Core/LegacyUrlMatcher.php           | 
                  
            Gets the request object.           | 
              
          
                  | 
            Request::getPreferredLanguage           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Returns the preferred language.           | 
              
          
                  | 
            ApacheRequest::prepareBaseUrl           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/ApacheRequest.php           | 
                  
            Prepares the base URL.           | 
              
          
                  | 
            RedirectPlugin::onRequestSent           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php           | 
                  
            Called when a request receives a redirect response           | 
              
          
                  | 
            RequestInterface::STATE_ERROR           | 
                  
            constant           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
                       | 
              
          
                  | 
            RequestInterface::getResponse           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Get the previously received {not been sent           | 
              
          
                  | 
            RequestTest::testGetSetMethod           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @covers Symfony\Component\HttpFoundation\Request::setMethod
@covers Symfony\Component\HttpFoundation\Request::getMethod           | 
              
          
                  | 
            RequestInterface::getUsername           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Get the username to pass in the URL if set           | 
              
          
                  | 
            RequestInterface::getPassword           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Get the password to pass in the URL if set           | 
              
          
                  | 
            RequestInterface::getResource           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Get the resource part of the the request, including the path, query
string, and fragment           | 
              
          
                  | 
            RequestTest::testGetLanguages           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
                       | 
              
          
                  | 
            RequestInterface::setResponse           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Manually set a response for the request.           | 
              
          
                  | 
            RequestFactory::$requestClass           | 
                  
            property           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php           | 
                  
                       |