Lines Matching refs:header

215 `GuzzleHttp\Message\MessageInterface::getHeader`. If you want to get a header
412 as a string by default when retrieving a header value from a message. You can
413 pass an optional argument of `true` to retrieve a header value as an array
422 `Link` header).
771 …asing of headers are now forced to be a single consistent casing across all values for that header.
772 * Messages internally use a HeaderCollection object to delegate handling case-insensitive header re…
773 * Removed the whole changedHeader() function system of messages because all header changes now go t…
774 …For example, setHeader() first removes the header using unset on a HeaderCollection and then calls…
775 …Keeping the Host header and URL host in sync is now handled by overriding the addHeader method in …
776 * Specific header implementations can be created for complex headers. When a message creates a head…
777 …aderFactory which can map specific headers to specific header classes. There is now a Link header
778 CacheControl header implementation.
779 * Moved getLinks() from Response to just be used on a Link header object.
790 * Removed the optional $asString parameter from MessageInterface::getHeader(). Just cast the header
801 * The ability to case-insensitively search for header values
804 …control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheControl header object
809 * All response header helper functions return a string rather than mixing Header objects and string…
830 `Guzzle\Http\Message\Response::getEtag()` no longer strips quotes around the ETag response header
976 <param name="Content-Type" location="header" static="application/json"/>
989 <param name="Content-Type" location="header" static="application/json"/>
1035 "location":"header",
1086 "location":"header",
1197 #### [BUG] Accept-Encoding header behavior changed unintentionally.
1201 In version 2.8 setting the `Accept-Encoding` header would set the CURLOPT_ENCODING option, which pe…