namespace Guzzle\Http\Message

Classsort descending Location Description
AbstractMessage drupal/core/vendor/guzzle/http/Guzzle/Http/Message/AbstractMessage.php Abstract HTTP request/response message
EntityEnclosingRequest drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequest.php HTTP request that sends an entity-body in the request message (POST, PUT, PATCH, DELETE)
EntityEnclosingRequestInterface drupal/core/vendor/guzzle/http/Guzzle/Http/Message/EntityEnclosingRequestInterface.php HTTP request that sends an entity-body in the request message (POST, PUT)
Header drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Header.php Represents a header and all of the values stored by that header
HeaderComparison drupal/core/vendor/guzzle/http/Guzzle/Http/Message/HeaderComparison.php Class used to compare HTTP headers using a custom DSL
MessageInterface drupal/core/vendor/guzzle/http/Guzzle/Http/Message/MessageInterface.php Request and response message interface
PostFile drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFile.php POST file upload
PostFileInterface drupal/core/vendor/guzzle/http/Guzzle/Http/Message/PostFileInterface.php POST file upload
Request drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php HTTP request class to send requests
RequestFactory drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactory.php Default HTTP request factory used to create the default {
RequestFactoryInterface drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestFactoryInterface.php Request factory used to create HTTP requests
RequestInterface drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php Generic HTTP request interface
Response drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Response.php Guzzle HTTP response object