Used to produce PSR-7 Request instances.
Methods | ||
---|---|---|
public
|
getRequest(
null|string $method,
null|string $uri,
array $headers = [],
string|resource|StreamInterface $body = null,
string $version = '1.1',
): Request
|
# |
protected
|
parseOptions(array $options): array
|
# |
public
|
getRequestWithOptions(null|string $method, null|string $uri, array $options = []): Request
|
# |