A doctor tool to check your http service.
- KeepAlive checker.
- Tell you the best KeepAlive timeout setting.
$ npm install http-doctor -g
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