Parent to the Web Server Trailpacks (hapi, koa, express4, etc).
Web Server Trailpacks should extend this Trailpack. For example, trailpack-hapi is implemented thus:
const WebServerTrailpack = require('trailpack-webserver')
class HapiTrailpack extends WebServerTrailpack {
// ...
}
getOptionsFromQuery(query)
Extract non-criteria options from the query object.
getCriteriaFromQuery(query)
Extract only the criteria from the query object.
We love contributions! Please check out our Contributor's Guide for more information on how our projects are organized and how to get started.