You are here

namespace GuzzleHttp in Zircon Profile 8

Same name in other branches
  1. 8.0 GuzzleHttp
Classsort descending Location Description
Client vendor/guzzlehttp/guzzle/src/Client.php @method ResponseInterface get($uri, array $options = []) @method ResponseInterface head($uri, array $options = []) @method ResponseInterface put($uri, array $options = []) @method ResponseInterface post($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 and 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.