Variable httpMethodsConst

httpMethods: Readonly<{
    DELETE: "DELETE";
    GET: "GET";
    HEAD: "HEAD";
    OPTIONS: "OPTIONS";
    PATCH: "PATCH";
    POST: "POST";
    PUT: "PUT";
}> = ...

Generated using TypeDoc