3.1.0 • Published 8 years ago
brule v3.1.0
Dr. Brule responds if your hapi server is up.
npm i brule
Usage
Register with a hapi server then request /check-it-out
or the configured path to check that the server is responsive.
const server = Hapi.server();
await server.register(Brule);
Options
path
- the pathname to configure the route to use. Defaults to '/check-it-out'
auth
- value passed to route configuration. Defaults to undefined.