/** * HTTP method name strings */ export type Method = "GET"|"POST"|"PUT"|"DELETE"|"PATCH"