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