diff --git a/src/http-api/method.ts b/src/http-api/method.ts index 1914360e3a3..416be7c4b54 100644 --- a/src/http-api/method.ts +++ b/src/http-api/method.ts @@ -19,4 +19,7 @@ export enum Method { Put = "PUT", Post = "POST", Delete = "DELETE", + Options = "OPTIONS", + Head = "HEAD", + Patch = "PATCH", }