Skip to content

Commit ef9490c

Browse files
authored
Add missing (and common-ish) HTTP method verbs to types (#4188)
1 parent 402adfb commit ef9490c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/http-api/method.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ export enum Method {
1919
Put = "PUT",
2020
Post = "POST",
2121
Delete = "DELETE",
22+
Options = "OPTIONS",
23+
Head = "HEAD",
24+
Patch = "PATCH",
2225
}

0 commit comments

Comments
 (0)