Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-sdk-php/src/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/aws/aws-sdk-php/src/ResponseContainerInterface.php

<?php

namespace Aws;

use Psr\Http\Message\ResponseInterface;

interface ResponseContainerInterface
{
    /**
     * Get the received HTTP response if any.
     *
     * @return ResponseInterface|null
     */
    public function getResponse();
}