HttpMethod
type HttpMethod: typeof HttpMethods[number];
Represents an HTTP method. This type is a union of strings representing various HTTP methods.
type HttpMethod: typeof HttpMethods[number];
Represents an HTTP method. This type is a union of strings representing various HTTP methods.