namespace GuzzleHttp
Object name | File name | Summary |
---|---|---|
BodySummarizer | vendor/guzzlehttp/guzzle/src/BodySummarizer.php | |
BodySummarizerInterface | vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php | |
Client | vendor/guzzlehttp/guzzle/src/Client.php | @final |
ClientInterface | vendor/guzzlehttp/guzzle/src/ClientInterface.php | Client interface for sending HTTP requests. |
ClientTrait | vendor/guzzlehttp/guzzle/src/ClientTrait.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. |
MessageFormatterInterface | vendor/guzzlehttp/guzzle/src/MessageFormatterInterface.php | |
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. |
Utils | vendor/guzzlehttp/guzzle/src/Utils.php |