Client |
vendor/guzzlehttp/guzzle/src/Client.php |
@method ResponseInterface get(string|UriInterface $uri, array $options = [])
@method ResponseInterface head(string|UriInterface $uri, array $options = [])
@method ResponseInterface put(string|UriInterface $uri, array $options = [])
@method… |
ClientInterface |
vendor/guzzlehttp/guzzle/src/ClientInterface.php |
Client interface for sending HTTP requests. |
HandlerStack |
vendor/guzzlehttp/guzzle/src/HandlerStack.php |
Creates a composed Guzzle handler function by stacking middlewares on top of
an HTTP handler function. |
MessageFormatter |
vendor/guzzlehttp/guzzle/src/MessageFormatter.php |
Formats log messages using variable substitutions for requests, responses,
and other transactional data. |
Middleware |
vendor/guzzlehttp/guzzle/src/Middleware.php |
Functions used to create and wrap handlers with handler middleware. |
Pool |
vendor/guzzlehttp/guzzle/src/Pool.php |
Sends an iterator of requests concurrently using a capped pool size. |
PrepareBodyMiddleware |
vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php |
Prepares requests that contain a body, adding the Content-Length,
Content-Type, and Expect headers. |
RedirectMiddleware |
vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php |
Request redirect middleware. |
RequestOptions |
vendor/guzzlehttp/guzzle/src/RequestOptions.php |
This class contains a list of built-in Guzzle request options. |
RetryMiddleware |
vendor/guzzlehttp/guzzle/src/RetryMiddleware.php |
Middleware that retries requests based on the boolean result of
invoking the provided "decider" function. |
TransferStats |
vendor/guzzlehttp/guzzle/src/TransferStats.php |
Represents data at the point after it was transferred either successfully
or after a network error. |
UriTemplate |
vendor/guzzlehttp/guzzle/src/UriTemplate.php |
Expands URI templates. Userland implementation of PECL uri_template. |