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
- checkHostAction() : ResponseInterface
- hmac() : string
Methods
checkHostAction()
public
checkHostAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface
Return values
ResponseInterfacehmac()
public
static hmac(string $value) : string
Parameters
- $value : string