| 
            ApacheRequestTest.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/ApacheRequestTest.php           | 
                  
                       | 
              
          
                  | 
            install_begin_request           | 
                  
            function           | 
                  
            drupal/core/includes/install.core.inc           | 
                  
            Begins an installation request, modifying the installation state as needed.           | 
              
          
                  | 
            Request::removeCookie           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Remove a specific cookie value by name           | 
              
          
                  | 
            Request::isMethodSafe           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Checks whether the method is safe or not.           | 
              
          
                  | 
            RequestCloseSubscriber           | 
                  
            class           | 
                  
            drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php           | 
                  
            Subscriber for all responses.           | 
              
          
                  | 
            Client::prepareRequest           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php           | 
                  
            Prepare a request to be sent from the Client by adding client specific behaviors and properties to the request.           | 
              
          
                  | 
            RequestInterface::POST           | 
                  
            constant           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
                       | 
              
          
                  | 
            RequestInterface::HEAD           | 
                  
            constant           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
                       | 
              
          
                  | 
            RequestInterface::send           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
            Send the request           | 
              
          
                  | 
            RequestFactory::create           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php           | 
                  
            Create a new request based on the HTTP method           | 
              
          
                  | 
            RequestHandler::handle           | 
                  
            function           | 
                  
            drupal/core/modules/rest/lib/Drupal/rest/RequestHandler.php           | 
                  
            Handles a web API request.           | 
              
          
                  | 
            EntityEnclosingRequest           | 
                  
            class           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php           | 
                  
            HTTP request that sends an entity-body in the request message (POST, PUT, PATCH, DELETE)           | 
              
          
                  | 
            Request::$responseBody           | 
                  
            property           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
                       | 
              
          
                  | 
            Request::getRawHeaders           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Get the raw message headers as a string           | 
              
          
                  | 
            Request::getScriptName           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Returns current script name.           | 
              
          
                  | 
            Request::getRequestUri           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Returns the requested URI.           | 
              
          
                  | 
            Request::getUriForPath           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Generates a normalized URI for the given path.           | 
              
          
                  | 
            RequestMatcherTest.php           | 
                  
            file           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestMatcherTest.php           | 
                  
                       | 
              
          
                  | 
            Client::REQUEST_PARAMS           | 
                  
            constant           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php           | 
                  
                       | 
              
          
                  | 
            Request::addSubscriber           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            @codeCoverageIgnore           | 
              
          
                  | 
            Request::changedHeader           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Check to see if the modified headers need to reset any of the managed
headers like cache-control           | 
              
          
                  | 
            Request::getEventArray           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Get an array containing the request and response for event notifications           | 
              
          
                  | 
            RequestFactoryInterface           | 
                  
            interface           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php           | 
                  
            Request factory used to create HTTP requests           | 
              
          
                  | 
            Client::$requestFactory           | 
                  
            property           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php           | 
                  
                       | 
              
          
                  | 
            Request::prepareBaseUrl           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Prepares the base URL.           | 
              
          
                  | 
            LegacyRequestSubscriber           | 
                  
            class           | 
                  
            drupal/core/lib/Drupal/Core/EventSubscriber/LegacyRequestSubscriber.php           | 
                  
            KernelEvents::REQUEST event subscriber to initialize theme and modules.           | 
              
          
                  | 
            RequestMatcher::matchIp           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php           | 
                  
            Adds a check for the client IP.           | 
              
          
                  | 
            RequestMatcher::matches           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php           | 
                  
            @api           | 
              
          
                  | 
            RequestMatcher::checkIp           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php           | 
                  
            Validates an IP address.           | 
              
          
                  | 
            RequestMatcherInterface           | 
                  
            interface           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php           | 
                  
            RequestMatcherInterface is an interface for strategies to match a Request.           | 
              
          
                  | 
            RequestTest::testCreate           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @covers Symfony\Component\HttpFoundation\Request::create           | 
              
          
                  | 
            RequestInterface::TRACE           | 
                  
            constant           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
                       | 
              
          
                  | 
            RequestInterface::PATCH           | 
                  
            constant           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php           | 
                  
                       | 
              
          
                  | 
            RequestMatcherInterface           | 
                  
            interface           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php           | 
                  
            RequestMatcherInterface is the interface that all request matcher classes must implement.           | 
              
          
                  | 
            RequestTest::testGetUri           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php           | 
                  
            @covers Symfony\Component\HttpFoundation\Request::getUri           | 
              
          
                  | 
            AccessManager::$request           | 
                  
            property           | 
                  
            drupal/core/lib/Drupal/Core/Access/AccessManager.php           | 
                  
            The request object.           | 
              
          
                  | 
            overlay_request_refresh           | 
                  
            function           | 
                  
            drupal/core/modules/overlay/overlay.module           | 
                  
            Requests that the parent window refreshes a particular page region.           | 
              
          
                  | 
            RequestContext::$method           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
                       | 
              
          
                  | 
            RequestContext::$scheme           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
                       | 
              
          
                  | 
            RequestContext::getHost           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Gets the HTTP host.           | 
              
          
                  | 
            RequestContext::setHost           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php           | 
                  
            Sets the HTTP host.           | 
              
          
                  | 
            KernelEvent::getRequest           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Event/KernelEvent.php           | 
                  
            Returns the request the kernel is currently processing           | 
              
          
                  | 
            Request::$defaultLocale           | 
                  
            property           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
                       | 
              
          
                  | 
            Request::onRequestError           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Default method that will throw exceptions if an unsuccessful response
is received.           | 
              
          
                  | 
            Request::trustProxyData           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Trusts $_SERVER entries coming from proxies.           | 
              
          
                  | 
            Request::isProxyTrusted           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Returns true if $_SERVER entries coming from proxies are trusted,
false otherwise.           | 
              
          
                  | 
            Request::getQueryString           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Generates the normalized query string for the Request.           | 
              
          
                  | 
            Request::getCurlOptions           | 
                  
            function           | 
                  
            drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php           | 
                  
            Get the cURL options that will be applied when the cURL handle is created           | 
              
          
                  | 
            Request::getContentType           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Gets the format associated with the request.           | 
              
          
                  | 
            Request::prepareBasePath           | 
                  
            function           | 
                  
            drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Request.php           | 
                  
            Prepares the base path.           |