PHP Interface Neos\Flow\Http\Client\RequestEngineInterface

Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

Méthode Description
sendRequest ( Request $request ) : Response Sends the given HTTP request

Method Details

sendRequest() public méthode

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