Home
last modified time | relevance | path

Searched refs:withAddedHeader (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DMessageInterface.php150 public function withAddedHeader($name, $value); function
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md210 - `Uri::withAddedHeader` to correctly merge headers with different case.
211 - Trimming of header values in `Uri::withAddedHeader`. Header values may
214 - `Uri::withAddedHeader` with an array of header values.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php84 public function withAddedHeader($header, $value) function