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)

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    4
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i express-healthz-endpoint

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

66.9 kB

Total Files

6

Last publish

Collaborators

  • nodediggity