PHP Interface Neos\Flow\Http\HttpRequestHandlerInterface

Inheritance: extends Neos\Flow\Core\RequestHandlerInterface
Datei anzeigen Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

Method Description
getHttpRequest ( ) : Request Returns the currently processed HTTP request
getHttpResponse ( ) : Response Returns the HTTP response corresponding to the currently handled request

Method Details

getHttpRequest() public method

Returns the currently processed HTTP request
public getHttpRequest ( ) : Request
return Request

getHttpResponse() public method

Returns the HTTP response corresponding to the currently handled request
public getHttpResponse ( ) : Response
return Response