ServerResponseCheckController
Used from backend `/typo3` context to check webserver response in general (independent of install tool).
This class is a specific controller implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Methods
- __construct() : mixed
- checkHostAction() : ResponseInterface
Methods
__construct()
public
__construct(HashService $hashService) : mixed
Parameters
- $hashService : HashService
checkHostAction()
public
checkHostAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface