HttpClientAdapterInterface
in
Http Client Interface
Table of Contents
Methods
- request() : ResponseInterface
- Create and send an HTTP request.
Methods
request()
Create and send an HTTP request.
public
request(string $method, string|UriInterface $uri[, array<string|int, mixed> $options = [] ]) : ResponseInterface
Parameters
- $method : string
-
HTTP method.
- $uri : string|UriInterface
-
URI object or string.
- $options : array<string|int, mixed> = []
-
Request options to apply.