Skip to content

node-modules/http-doctor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-doctor

NPM version npm download Node.js CI

A doctor tool to check your http service.

Features

  • KeepAlive checker.
  • Tell you the best KeepAlive timeout setting.

Installation

$ npm install http-doctor -g

Quick start

Usage: $ http-doctor <url>
$ http-doctor https://www.alipay.com/

✅ Server support KeepAlive
✅ Server KeepAlive timeout > 30s, you should set client KeepAlive timeout to 30s

If not support KeepAlive:

❌ Server don\'t support KeepAlive

License

MIT