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;
    }