HttpClientEmulator
Emulates an HTTP Client in an HTTP Async Client.
Tags
Table of Contents
Methods
- sendAsyncRequest() : mixed
- {@inheritdoc}
- sendRequest() : ResponseInterface
- {@inheritdoc}
Methods
sendAsyncRequest()
{@inheritdoc}
public
abstract sendAsyncRequest(RequestInterface $request) : mixed
Parameters
- $request : RequestInterface
Tags
sendRequest()
{@inheritdoc}
public
sendRequest(RequestInterface $request) : ResponseInterface
Parameters
- $request : RequestInterface