Skip to content

Commit

Permalink
Add missing (and common-ish) HTTP method verbs to types (#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed May 2, 2024
1 parent 402adfb commit ef9490c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/http-api/method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ export enum Method {
Put = "PUT",
Post = "POST",
Delete = "DELETE",
Options = "OPTIONS",
Head = "HEAD",
Patch = "PATCH",
}

0 comments on commit ef9490c

Please sign in to comment.