Skip to content

Repository files navigation

@tinyhttp/ping

npmGitHub Workflow StatusCoverage

Inspired by koa-response-time

Response time checker for Node.js. Sets X-Response-Time header using process.hrtime()

Install

pnpm i @tinyhttp/ping

API

import{ping}from'@tinyhttp/ping'

Options

round

Round the ping time. Default is set to true.

Example

import{ping}from'@tinyhttp/ping'import{createServer}from'http'importpathfrom'path'createServer(async(req,res)=>{ping()(req,res)res.end('Hello World')}).listen(3000)

About

🏓 Response time checker middleware

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Sponsor this project

Used by

Contributors

Languages

Generated from tinyhttp/repo-template