final | |
---|---|
implements |
RequestFactoryInterface |
Request factory that uses PSR-7, PSR-17 and PSR-18 interfaces.
Methods | ||
---|---|---|
public
|
__construct(
RequestFactoryInterface $psrRequestFactory,
StreamFactoryInterface $streamFactory,
UriFactoryInterface $uriFactory,
SerializerInterface $serializer,
)
|
# |
public
|
createRequest(
string $method,
string $uri,
array $params = [],
string|array|null $body = null,
array $headers = [],
): RequestInterface
|
# |
Properties | |||
---|---|---|---|
protected
|
RequestFactoryInterface
|
$psrRequestFactory
|
# |
protected
|
StreamFactoryInterface
|
$streamFactory
|
# |
protected
|
UriFactoryInterface
|
$uriFactory
|
# |
protected
|
SerializerInterface
|
$serializer
|
# |