lull: add %'PATCH' to $method:http

As of RFC 5789, PATCH is a valid HTTP request method. The $method:http type,
however, did not include it.

Here, we add it to the $method:http type, so that it now includes all nine
standard HTTP methods.
This commit is contained in:
fang 2023-07-12 15:56:51 +02:00 committed by GitHub
parent 8f5d29fb73
commit 9f2c97f95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,6 +585,7 @@
%'GET'
%'HEAD'
%'OPTIONS'
%'PATCH'
%'POST'
%'PUT'
%'TRACE'