Cloneable
Final
Instantiable
Constants |
public GuzzleHttp\Psr7\Rfc7230 ::HEADER_FOLD_REGEX = '( ? [ ]++)' |
public
GuzzleHttp\Psr7\Rfc7230
::HEADER_REGEX
=
'(^([^()<>@,;:\"/[\]?={}- ]++):[ ]*+((?:[ ]*+[!-~€-ÿ]++)*+)[ ]*+
?
)m'
Header related regular expressions (copied from amphp/http package) Note: header delimiter (\r\n) is modified to \r?\n to accept line feed only delimiters for BC reasons.
|