dinoloop-es8
Version:
A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript
26 lines (25 loc) • 694 B
TypeScript
export declare const Attribute: {
sendsResponse: string;
asyncAttr: string;
controller: string;
httpGet: string;
httpPost: string;
httpPatch: string;
httpPut: string;
httpDelete: string;
httpHead: string;
httpAll: string;
parse: string;
};
export declare const RouteAttribute: {
httpGet_ActionAttribute: string;
httpPost_ActionAttribute: string;
httpDelete_ActionAttribute: string;
httpPut_ActionAttribute: string;
httpPatch_ActionAttribute: string;
httpHead_ActionAttribute: string;
httpAll_ActionAttribute: string;
};
export declare const Constants: {
errControllerDefaultMethod: string;
};