PHP 클래스 Tari\ServerMiddleware\HSTS

상속: implements Tari\ServerMiddlewareInterface
파일 보기 프로젝트 열기: ircmaxell/tari-php

공개 메소드들

메소드 설명
__construct ( integer $maxAge, boolean $includeSubdomains = false )
handle ( Psr\Http\Message\ServerRequestInterface $request, Tari\ServerFrameInterface $frame ) : Psr\Http\Message\ResponseInterface

메소드 상세

__construct() 공개 메소드

public __construct ( integer $maxAge, boolean $includeSubdomains = false )
$maxAge integer
$includeSubdomains boolean

handle() 공개 메소드

public handle ( Psr\Http\Message\ServerRequestInterface $request, Tari\ServerFrameInterface $frame ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface
$frame Tari\ServerFrameInterface
리턴 Psr\Http\Message\ResponseInterface