You are here

namespace GuzzleHttp\Psr7 in Lockr 7.3

Classsort descending Location Description
AppendStream vendor/guzzlehttp/psr7/src/AppendStream.php Reads from multiple streams, one after the other.
BufferStream vendor/guzzlehttp/psr7/src/BufferStream.php Provides a buffer stream that can be written to to fill a buffer, and read from to remove bytes from the buffer.
CachingStream vendor/guzzlehttp/psr7/src/CachingStream.php Stream decorator that can cache previously read bytes from a sequentially read stream.
DroppingStream vendor/guzzlehttp/psr7/src/DroppingStream.php Stream decorator that begins dropping data once the size of the underlying stream becomes too full.
FnStream vendor/guzzlehttp/psr7/src/FnStream.php Compose stream implementations based on a hash of functions.
InflateStream vendor/guzzlehttp/psr7/src/InflateStream.php Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
LazyOpenStream vendor/guzzlehttp/psr7/src/LazyOpenStream.php Lazily reads or writes to a file that is opened only after an IO operation take place on the stream.
LimitStream vendor/guzzlehttp/psr7/src/LimitStream.php Decorator used to return only a subset of a stream
MessageTrait vendor/guzzlehttp/psr7/src/MessageTrait.php Trait implementing functionality common to requests and responses.
MultipartStream vendor/guzzlehttp/psr7/src/MultipartStream.php Stream that when read returns bytes for a streaming multipart or multipart/form-data stream.
NoSeekStream vendor/guzzlehttp/psr7/src/NoSeekStream.php Stream decorator that prevents a stream from being seeked
PumpStream vendor/guzzlehttp/psr7/src/PumpStream.php Provides a read only stream that pumps data from a PHP callable.
Request vendor/guzzlehttp/psr7/src/Request.php PSR-7 request implementation.
Response vendor/guzzlehttp/psr7/src/Response.php PSR-7 response implementation.
Rfc7230 vendor/guzzlehttp/psr7/src/Rfc7230.php
ServerRequest vendor/guzzlehttp/psr7/src/ServerRequest.php Server-side HTTP request
Stream vendor/guzzlehttp/psr7/src/Stream.php PHP stream implementation.
StreamDecoratorTrait vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php Stream decorator trait @property StreamInterface stream
StreamWrapper vendor/guzzlehttp/psr7/src/StreamWrapper.php Converts Guzzle streams into PHP stream resources.
UploadedFile vendor/guzzlehttp/psr7/src/UploadedFile.php
Uri vendor/guzzlehttp/psr7/src/Uri.php PSR-7 URI implementation.
UriNormalizer vendor/guzzlehttp/psr7/src/UriNormalizer.php Provides methods to normalize and compare URIs.
UriResolver vendor/guzzlehttp/psr7/src/UriResolver.php Resolves a URI reference in the context of a base URI and the opposite way.