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