Neos\Flow\Http\RequestHandler::getHttpResponse PHP Method

getHttpResponse() public method

Returns the HTTP response corresponding to the currently handled request
public getHttpResponse ( ) : Response
return Response
    public function getHttpResponse()
    {
        return $this->componentContext->getHttpResponse();
    }