Replicating airbnb following the atomic design principles...
Home > @nextbnb/common > HttpMethods
List of all the HTTP methods
Signature:
export declare enum HttpMethods
Member | Value | Description |
---|---|---|
ALL | "ALL" |
|
DELETE | "DELETE" |
|
GET | "GET" |
|
HEAD | "HEAD" |
|
OPTION | "OPTION" |
|
PATCH | "PATCH" |
|
POST | "POST" |
|
PUT | "PUT" |