HttpMethod: {
    Delete: "DELETE";
    Get: "GET";
    Patch: "PATCH";
    Post: "POST";
    Put: "PUT";
} = ...

Defines the HTTP methods as constants. Used in the UploadFile class in lime-crm-components

Type declaration

  • Delete: "DELETE"
  • Get: "GET"
  • Patch: "PATCH"
  • Post: "POST"
  • Put: "PUT"