UNPKG

fastify

Version:

Fast and low overhead web framework, for Node.js

23 lines (21 loc) 271 B
'use strict' module.exports = { supportedMethods: [ 'DELETE', 'GET', 'HEAD', 'PATCH', 'POST', 'PUT', 'OPTIONS', 'PROPFIND', 'PROPPATCH', 'MKCOL', 'COPY', 'MOVE', 'LOCK', 'UNLOCK', 'TRACE', 'SEARCH' ] }