final | |
---|---|
implements |
ClientInterface, RequestFactoryInterface, StreamFactoryInterface, UriFactoryInterface, ResetInterface |
An adapter to turn a Symfony HttpClientInterface into a PSR-18 ClientInterface.
Run "composer require php-http/discovery psr/http-client-implementation:*" to get the required dependencies.
Methods | ||
---|---|---|
public
|
__construct(
?HttpClientInterface $client = null,
?ResponseFactoryInterface $responseFactory = null,
?StreamFactoryInterface $streamFactory = null,
)
|
# |
public
|
withOptions(array $options): static
|
# |
public
|
sendRequest(RequestInterface $request): ResponseInterface
|
# |
public
|
createRequest(string $method, $uri): RequestInterface
|
# |
public
|
createStream(string $content = ''): StreamInterface
|
# |
public
|
createStreamFromFile(string $filename, string $mode = 'r'): StreamInterface
|
# |
public
|
createStreamFromResource($resource): StreamInterface
|
# |
public
|
createUri(string $uri = ''): UriInterface
|
# |
public
|
reset(): void
|
# |