Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
trouvaille
/
aws
/
aws-sdk-php
/
src
:
ResponseContainerInterface.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Aws; use Psr\Http\Message\ResponseInterface; interface ResponseContainerInterface { /** * Get the received HTTP response if any. * * @return ResponseInterface|null */ public function getResponse(); }