Skip to content

tooploox/Kitura-HealthCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitura-HealthCheck

Middleware for Kitura.

This middleware adds simple class for easy and fast health check of your server.

Installation

Add this package to your Package.swift.

Use

import Kitura
import HealthCheck

let router = Router()
router.get("/your-health-check-endpoint", middleware: HealthCheck()))

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages