Namespace Http\Message\Encoding
Namespaces summary
| Http\Message\Encoding\Filter |
Classes summary
| ChunkStream | Transform a regular stream into a chunked one. |
| CompressStream | Stream compress (RFC 1950). |
| DechunkStream | Decorate a stream which is chunked. |
| DecompressStream | Stream decompress (RFC 1950). |
| DeflateStream | Stream deflate (RFC 1951). |
| FilteredStream | A filtered stream has a filter for filtering output and a filter for filtering input made to a underlying stream. |
| GzipDecodeStream | Stream for decoding from gzip format (RFC 1952). |
| GzipEncodeStream | Stream for encoding to gzip format (RFC 1952). |
| InflateStream | Stream inflate (RFC 1951). |