DriverInterface
in
Executes a single prepared {@see Request} and resolves with the raw {@see ResponseInterface} - success or error status alike. Retries, the `retry_after` hold-off, envelope unwrapping, and exception mapping are {@see Http}'s job, not the driver's.
Tags
Table of Contents
Methods
- runRequest() : PromiseInterface<string|int, ResponseInterface>
Methods
runRequest()
public
runRequest(Request $request) : PromiseInterface<string|int, ResponseInterface>
Parameters
- $request : Request