{"library":"rest-handler","install":[{"cmd":"npm install rest-handler","imports":["const restHandler = require('rest-handler').create()","const handler = require('rest-handler').create()","handler.addRoute({ path: '/orders/:id', method: 'GET', handler: fn })","handler.before(function(rest) { rest.next() })","handler.on('routeNotFound', function(req, res) { ... })"]},{"cmd":"yarn add rest-handler","imports":[]},{"cmd":"pnpm add rest-handler","imports":[]}]}