Added OPTIONS HTTP method (#2094)

pull/2100/head
kiyell 12 months ago committed by GitHub
parent 4596532090
commit 3c727ca54b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,7 @@ valid_method = {
'PUT', 'PUT',
'PATCH', 'PATCH',
'DELETE', 'DELETE',
'OPTIONS',
} }
default_method = 'GET' default_method = 'GET'

Loading…
Cancel
Save