4irbnb

Replicating airbnb following the atomic design principles...

View the Project on GitHub kokiebisu/4irbnb

Home > @nextbnb/common > HttpMethods

HttpMethods enum

List of all the HTTP methods

Signature:

export declare enum HttpMethods 

Enumeration Members

Member Value Description
ALL "ALL"  
DELETE "DELETE"  
GET "GET"  
HEAD "HEAD"  
OPTION "OPTION"  
PATCH "PATCH"  
POST "POST"  
PUT "PUT"