Skip to content

Commit e02e402

Browse files
Hyperlint Automation Fix
1 parent 588dbe8 commit e02e402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/compatibility-flags/upper-case-http-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ method is specified as `get`, `post`, `put`, `delete`, `head`, or `options`,
1616
implementations are expected to uppercase the method. All other method names
1717
would generally be expected to throw as unrecognized (for example, `patch` would be
1818
an error while `PATCH` is accepted). This is a bit restrictive, even if it is in the spec.
19-
This flag modifies the behavior to uppercase all methods
19+
This flag ensures that all HTTP methods are uppercased
2020
prior to parsing so that the method is always recognized if it is a known
2121
method.
2222

0 commit comments

Comments
 (0)