We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6eb80c commit 64ca100Copy full SHA for 64ca100
rest_framework-stubs/decorators.pyi
@@ -30,6 +30,7 @@ class MethodMapper(dict):
30
31
_LOWER_CASE_HTTP_VERBS = List[
32
Literal[
33
+ "head",
34
"get",
35
"post",
36
"delete",
@@ -42,13 +43,15 @@ _LOWER_CASE_HTTP_VERBS = List[
42
43
44
_MIXED_CASE_HTTP_VERBS = List[
45
46
+ "HEAD",
47
"GET",
48
"POST",
49
"DELETE",
50
"PUT",
51
"PATCH",
52
"TRACE",
53
"OPTIONS",
54
55
56
57
0 commit comments