ClientInterface
in
Table of Contents
Methods
- sendRequest() : ResponseInterface
- Sends a PSR-7 request and returns a PSR-7 response.
Methods
sendRequest()
Sends a PSR-7 request and returns a PSR-7 response.
public
sendRequest(RequestInterface $request) : ResponseInterface
Parameters
- $request : RequestInterface