Merge pull request #6719 from urbit/m/apply-patch

lull: add %'PATCH' to $method:http
This commit is contained in:
Ted Blackman 2023-07-12 14:51:36 -04:00 committed by GitHub
commit ec129da06d
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'