Lines Matching refs:that

40 Provides a buffer stream that can be written to fill a buffer, and read
43 This stream returns a "hwm" metadata value that tells upstream consumers
51 // false to writes. This is an indication that writers should slow down.
61 from a redirect). Data that is read from the remote stream will be buffered in
62 a PHP temp stream so that previously read bytes are cached first in memory,
85 Stream decorator that begins dropping data once the size of the underlying
145 Lazily reads or writes to a file that is opened only after an IO operation
187 Stream that when read returns bytes for a streaming multipart or
217 Provides a read only stream that pumps data from a PHP callable.
230 `GuzzleHttp\Psr7\StreamDecoratorTrait`. This trait provides methods that
388 Converts an array of header values that may contain comma separated
398 If multiple values are found for the same key, the value of that key
479 Options is an associative array that can contain the following keys:
487 - `string`: Creates a stream object that uses the given string as the contents.
488 - `resource`: Creates a stream object that wraps the given PHP stream resource.
490 stream object will be created that wraps the given iterable. Each time the
496 the object will be cast to a string and then a stream will be returned that
500 created that invokes the given callable. The callable is invoked with the
503 stream object that wraps the callable will invoke the callable until the
528 error handler that checks for errors and throws an exception instead.
614 Whether the URI is a network-path reference. A relative reference that begins with two slash charac…
621 Whether the URI is a absolute-path reference. A relative reference that begins with a single slash …
628 Whether the URI is a relative-path reference. A relative reference that does not begin with a slash…
635 Whether the URI is a same-document reference. A same-document reference refers to a URI that is, as…
669 Creates a new URI with a specific query string value. Any existing query string values that exactly…
684 Creates a new URI with a specific query string value removed. Any existing query string values that
697 Converts the relative URI into a new URI that is resolved against the base URI.
737 This methods adds additional normalizations that can be configured with the `$flags` parameter whic…
742 Default normalizations which only include the ones that preserve semantics.