express-healthz-endpoint

1.0.2 • Public • Published

express-healthz-endpoint

Express middleware that ensure's correct headers are set and simply responds OK (200)

Installation

$ npm install --save express-healthz-endpoint
# or
$ yarn add express-healthz-endpoint

Usage

import express from 'express'
import healthz from 'express-healthz-endpoint'
 
const app = express()
 
app.use('/healthz', healthz)

Package Sidebar

Install

npm i express-healthz-endpoint

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

66.9 kB

Total Files

6

Last publish

Collaborators

  • nodediggity