You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
RFC 7230 allows request methods that consist of one or more tokens,
which include the following characters:
```
!#$%&\'*+.^_`|~-
```
and any ASCII alphabetical characters or digits. This patch changes
`validateMethod()` to use a regex that includes those characters,
instead of comparing against a known list of HTTP methods.
0 commit comments