PHP Interface Neos\Flow\Http\Client\RequestEngineInterface

Show file Open project: neos/flow-development-collection Interface Usage Examples

Public Methods

Method Description
sendRequest ( Request $request ) : Response Sends the given HTTP request

Method Details

sendRequest() public method

Sends the given HTTP request
public sendRequest ( Request $request ) : Response
$request Neos\Flow\Http\Request
return Neos\Flow\Http\Response