namespace Guzzle\Http

Classsort descending Location Description
AbstractEntityBodyDecorator drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php Abstract decorator used to wrap entity bodies
Client drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php HTTP client
ClientInterface drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php Client interface for send HTTP requests
EntityBody drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBody.php Entity body used with an HTTP request or response
EntityBodyInterface drupal/core/vendor/guzzle/http/Guzzle/Http/EntityBodyInterface.php Entity body used with an HTTP request or response
Mimetypes drupal/core/vendor/guzzle/http/Guzzle/Http/Mimetypes.php Provides mappings of file extensions to mimetypes @link http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x/conf/mime.types
QueryString drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php Query string object to handle managing query string parameters and aggregating those parameters together as a string.
ReadLimitEntityBody drupal/core/vendor/guzzle/http/Guzzle/Http/ReadLimitEntityBody.php EntityBody decorator used to return only a subset of an entity body
RedirectPlugin drupal/core/vendor/guzzle/http/Guzzle/Http/RedirectPlugin.php Plugin to implement HTTP redirects. Can redirect like a web browser or using strict RFC 2616 compliance
Url drupal/core/vendor/guzzle/http/Guzzle/Http/Url.php Parses and generates URLs based on URL parts. In favor of performance, URL parts are not validated.
Utils drupal/core/vendor/guzzle/http/Guzzle/Http/Utils.php HTTP utility class