Home > widget-integration > HTTPMethod

HTTPMethod type

Signature:

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