UNPKG

lynx-framework

Version:

lynx is a NodeJS framework for Web Development, based on decorators and the async/await support.

8 lines (7 loc) 79 B
export enum HttpVerb { GET = 1, POST, PUT, DELETE, PATCH }