mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-30 19:11:59 +03:00
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:
parent
8f5d29fb73
commit
9f2c97f95e
@ -585,6 +585,7 @@
|
||||
%'GET'
|
||||
%'HEAD'
|
||||
%'OPTIONS'
|
||||
%'PATCH'
|
||||
%'POST'
|
||||
%'PUT'
|
||||
%'TRACE'
|
||||
|
Loading…
Reference in New Issue
Block a user