Skip to main content

HttpMethod

@codebolt/types


Type Alias: HttpMethod

type HttpMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD" | "OPTIONS";

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/projectStructure.ts:7

Project Structure Types Type definitions for project structure management