https://github.com/node-modules/http-doctor
HTTP doctor
https://github.com/node-modules/http-doctor
Last synced: 11 days ago
JSON representation
HTTP doctor
- Host: GitHub
- URL: https://github.com/node-modules/http-doctor
- Owner: node-modules
- License: other
- Created: 2016-12-20T07:04:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T15:33:22.000Z (about 1 year ago)
- Last Synced: 2025-06-10T11:16:36.380Z (15 days ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 7
- Watchers: 13
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE.txt
- Authors: AUTHORS
Awesome Lists containing this project
README
http-doctor
=======[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[](https://github.com/node-modules/http-doctor/actions/workflows/nodejs.yml)[npm-image]: https://img.shields.io/npm/v/http-doctor.svg?style=flat-square
[npm-url]: https://npmjs.org/package/http-doctor
[download-image]: https://img.shields.io/npm/dm/http-doctor.svg?style=flat-square
[download-url]: https://npmjs.org/package/http-doctorA doctor tool to check your http service.
## Features
- KeepAlive checker.
- Tell you the best KeepAlive timeout setting.## Installation
```bash
$ npm install http-doctor -g
```## Quick start
```bash
Usage: $ http-doctor
``````bash
$ 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:
```bash
❌ Server don\'t support KeepAlive
```## License
[MIT](LICENSE.txt)