The Appwrite SDK defines the enum ExecutionMethod
as ```ts
export declare enum ExecutionMethod {
GET = "GET",
POST = "POST",
PUT = "PUT",
PATCH = "PATCH",
DELETE = "DELETE",
OPTIONS = "OPTIONS"
}
(`appwrite@14.0.0/types/enums/execution-method.d.ts`)
This does not include all values inside of [the HTTP Spec](https:
Not sure if this is intentional - as such I'm opening a support ticket before going through with making a bug report for this one.