This package has been deprecated

Author message:

I've switched from Hapi to Elysia and no longer maintain this package. Feel free to fork and maintain it yourself.

@4lch4/blipp
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

blipp build

blipp is a simple hapi plugin to display the routes table to console at startup. It organizes the display per connection so if you have multiple connections you can easily ensure that you've done your routing table correctly. This can be difficult to see otherwise.

image

Usage (Hapi v17)

Register like any other plugin

See examples for examples

Options

The following options are available:

  • showAuth: Shows any hapi authentication scheme using server.auth.strategy. Default: false
  • showScope: Shows route access rules using route.options.auth.access.scope. Default: false
  • showStart: Shows route information during startup of server. Default: true

The module also registers the 'info()' and 'text()' API methods:

console.log(server.plugins.blipp.info());
console.log(server.plugins.blipp.text());
var json = JSON.stringify(server.plugins.blipp.info());

With showAuth:

image

Versions

  • 1.x = hapi 7.x
  • 2.x = hapi 8.x
  • 3.x = hapi 17.x
  • 4.x = hapi 18.x

Readme

Keywords

Package Sidebar

Install

npm i @4lch4/blipp

Weekly Downloads

0

Version

4.0.2

License

BSD

Unpacked Size

23.4 kB

Total Files

7

Last publish

Collaborators

  • 4lch4-ci
  • alcha