final | |
---|---|
implements |
TransportInterface |
Transport that uses PSR-7, PSR-17 and PSR-18 interfaces.
Methods | ||
---|---|---|
public
|
__construct(ClientInterface $client, RequestFactoryInterface $requestFactory, SerializerInterface $serializer)
|
# |
public
|
createRequest(
string $method,
string $uri,
array $params = [],
mixed $body = null,
array $headers = [],
): RequestInterface
|
# |
public
|
sendRequest(
string $method,
string $uri,
array $params = [],
mixed $body = null,
array $headers = [],
): iterable|string|null
|
# |
Properties | |||
---|---|---|---|
protected
|
ClientInterface
|
$client
|
# |
protected
|
RequestFactoryInterface
|
$requestFactory
|
# |
protected
|
SerializerInterface
|
$serializer
|
# |