1.0.0 • Published 2 years ago

@besomwebcraft/astro-healthcheck v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Astro Healthcheck

Add healthcheck endpoint to astro site.

Install

Automatic (recomended)

npx astro add @besomwebcraft/astro-healthcheck

Usage

Explicit

GET yoursite.com/heathcheck -> 200 { healthy: true }

Less bandwidth

HEAD yoursite.com/heathcheck -> 204
1.0.0

2 years ago