Psr7Middlewares\Middleware\Https::checkHttpsForward PHP Метод

checkHttpsForward() публичный Метод

Configure whether check the following headers before redirect: X-Forwarded-Proto: https X-Forwarded-Port: 443.
public checkHttpsForward ( boolean $checkHttpsForward = true ) : self
$checkHttpsForward boolean
Результат self
    public function checkHttpsForward($checkHttpsForward = true)
    {
        $this->checkHttpsForward = $checkHttpsForward;
        return $this;
    }