We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75890b7 commit 4780a0bCopy full SHA for 4780a0b
accepted/PSR-7-http-message-meta.md
@@ -683,8 +683,9 @@ following characters:
683
- `\n` (0x0A)
684
685
If compatibility with older systems is desired then the sequence `\r\n` (0x0D0A)
686
-within a header value MAY be accepted if and only if it is immediately preceded by either
687
-SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally be normalized to a single SPACE (0x20).
+within a header value MAY be accepted if and only if it is immediately preceded
+by either SPACE (0x20) or `\t` (0x09). The full sequence SHOULD then internally
688
+be normalized to a single SPACE (0x20).
689
690
Further characters or sequences in header values should be rejected according
691
to the HTTP specification.
0 commit comments