Lines Matching full:will
17 * @deprecated str will be removed in guzzlehttp/psr7:2.0. Use Message::toString instead.
37 * @deprecated uri_for will be removed in guzzlehttp/psr7:2.0. Use Utils::uriFor instead.
56 * stream object will be created that wraps the given iterable. Each time the
57 * stream is read from, data from the iterator will fill a buffer and will be
59 * Subsequent read calls will first read from the buffer and then call `next`
62 * the object will be cast to a string and then a stream will be returned that
65 * - `callable` When a callable is passed, a read-only stream object will be
69 * stream object that wraps the callable will invoke the callable until the
70 * number of requested bytes are available. Any additional bytes will be
80 * @deprecated stream_for will be removed in guzzlehttp/psr7:2.0. Use Utils::streamFor instead.
91 * contains a key, this function will inject a key with a '' string value.
97 * @deprecated parse_header will be removed in guzzlehttp/psr7:2.0. Use Header::parse instead.
112 …* @deprecated normalize_header will be removed in guzzlehttp/psr7:2.0. Use Header::normalize inste…
139 …* @deprecated modify_request will be removed in guzzlehttp/psr7:2.0. Use Utils::modifyRequest inst…
149 * The body of the message will only be rewound if a call to `tell()` returns a
156 * @deprecated rewind_body will be removed in guzzlehttp/psr7:2.0. Use Message::rewindBody instead.
176 * @deprecated try_fopen will be removed in guzzlehttp/psr7:2.0. Use Utils::tryFopen instead.
195 …* @deprecated copy_to_string will be removed in guzzlehttp/psr7:2.0. Use Utils::copyToString inste…
213 …* @deprecated copy_to_stream will be removed in guzzlehttp/psr7:2.0. Use Utils::copyToStream inste…
234 * @deprecated hash will be removed in guzzlehttp/psr7:2.0. Use Utils::hash instead.
249 * @deprecated readline will be removed in guzzlehttp/psr7:2.0. Use Utils::readLine instead.
263 …* @deprecated parse_request will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequest inst…
277 …* @deprecated parse_response will be removed in guzzlehttp/psr7:2.0. Use Message::parseResponse in…
288 * pair will become an array. This function does not parse nested PHP style
289 * arrays into an associative array (e.g., `foo[a]=1&foo[b]=2` will be parsed
297 * @deprecated parse_query will be removed in guzzlehttp/psr7:2.0. Use Query::parse instead.
318 * @deprecated build_query will be removed in guzzlehttp/psr7:2.0. Use Query::build instead.
332 …* @deprecated mimetype_from_filename will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromFil…
347 …* @deprecated mimetype_from_extension will be removed in guzzlehttp/psr7:2.0. Use MimeType::fromEx…
367 …* @deprecated _parse_message will be removed in guzzlehttp/psr7:2.0. Use Message::parseMessage ins…
384 …* @deprecated _parse_request_uri will be removed in guzzlehttp/psr7:2.0. Use Message::parseRequest…
394 * Will return `null` if the response is not printable.
401 …* @deprecated get_message_body_summary will be removed in guzzlehttp/psr7:2.0. Use Message::bodySu…
417 …* @deprecated _caseless_remove will be removed in guzzlehttp/psr7:2.0. Use Utils::caselessRemove i…