PHP 7.4.33
Preview: GuzzleStream.php Size: 565 B
/home/godevadmin/www/admin/vendor/aws/Aws/Handler/GuzzleV5/GuzzleStream.php

<?php
namespace Aws\Handler\GuzzleV5;

use GuzzleHttp\Stream\StreamDecoratorTrait;
use GuzzleHttp\Stream\StreamInterface as GuzzleStreamInterface;
use Psr\Http\Message\StreamInterface as Psr7StreamInterface;

/**
 * Adapts a PSR-7 Stream to a Guzzle 5 Stream.
 *
 * @codeCoverageIgnore
 */
class GuzzleStream implements GuzzleStreamInterface
{
    use StreamDecoratorTrait;

    /** @var Psr7StreamInterface */
    private $stream;

    public function __construct(Psr7StreamInterface $stream)
    {
        $this->stream = $stream;
    }
}

Directory Contents

Dirs: 0 × Files: 3

Name Size Perms Modified Actions
6.83 KB lrwxrwxr-x 2024-06-18 20:10:20
Edit Download
565 B lrwxrwxr-x 2024-06-18 20:10:20
Edit Download
740 B lrwxrwxr-x 2024-06-18 20:10:20
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).