Home
last modified time | relevance | path

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

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