UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

12 lines (10 loc) 185 B
// @flow import type { Request$method } from './interfaces'; export const REQUEST_METHODS: Array<Request$method> = [ 'GET', 'HEAD', 'POST', 'PATCH', 'DELETE', 'OPTIONS' ];