Your IP : 216.73.216.220


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/common/enums/
Upload File :
Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/common/enums/request-method.enum.d.ts

export declare enum RequestMethod {
    GET = 0,
    POST = 1,
    PUT = 2,
    DELETE = 3,
    PATCH = 4,
    ALL = 5,
    OPTIONS = 6,
    HEAD = 7
}