class ReverseProxyMiddleware

Provides support for reverse proxies.

Hierarchy

File

core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php, line 12

Namespace

Drupal\Core\StackMiddleware

Members

Name Modifiers Type Description
HttpKernelInterface::MASTER_REQUEST constant
HttpKernelInterface::SUB_REQUEST constant
ReverseProxyMiddleware::$httpKernel protected property The decorated kernel.
ReverseProxyMiddleware::$settings protected property The site settings.
ReverseProxyMiddleware::handle public function Handles a Request to convert it to a Response. Overrides HttpKernelInterface::handle
ReverseProxyMiddleware::setSettingsOnRequest public static function Sets reverse proxy settings on Request object.
ReverseProxyMiddleware::__construct public function Constructs a ReverseProxyMiddleware object.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!StackMiddleware!ReverseProxyMiddleware.php/class/ReverseProxyMiddleware/8.1.x