Home
last modified time | relevance | path

Searched refs:HEADER_REGEX (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DRfc7230.php17 …const HEADER_REGEX = "(^([^()<>@,;:\\\"/[\]?={}\x01-\x20\x7F]++):[ \t]*+((?:[ \t]*+[\x21-\x7E\x80-… define in GuzzleHttp\\Psr7\\Rfc7230
H A DMessage.php148 $count = preg_match_all(Rfc7230::HEADER_REGEX, $rawHeaders, $headerLines, PREG_SET_ORDER);