Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace GuzzleHttp\Psr7

Object name File name Summary
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.
Header vendor/guzzlehttp/psr7/src/Header.php
HttpFactory vendor/guzzlehttp/psr7/src/HttpFactory.php Implements all of the PSR-17 interfaces.
InflateStream vendor/guzzlehttp/psr7/src/InflateStream.php Uses PHP's zlib.inflate filter to inflate zlib (HTTP deflate, RFC1950) or gzipped (RFC1952) 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.
Message vendor/guzzlehttp/psr7/src/Message.php
MessageTrait vendor/guzzlehttp/psr7/src/MessageTrait.php Trait implementing functionality common to requests and responses.
MimeType vendor/guzzlehttp/psr7/src/MimeType.php
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.
Query vendor/guzzlehttp/psr7/src/Query.php
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 @internal
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
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.
UriComparator vendor/guzzlehttp/psr7/src/UriComparator.php Provides methods to determine if a modified URL should be considered cross-origin.
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.
Utils vendor/guzzlehttp/psr7/src/Utils.php

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal