🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

request-ms-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-ms-cli

A simple CLI app that allows you to measure the response time with simple HEAD request

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

request-ms-cli

This is the CLI app for the request-ms module. Just like the module it allows you to get the response time for a remote endpoint. It's a ping for HTTP(S) host.

For more info, read the request-ms readme.

Install

npm install -g request-ms-cli

Usage

$> request-ms example.com

What you will get is something similar to this:

HEAD example.com - 200 - 43.45643ms

See the help (request-ms -h) for all available options.

Version history

  • 0.0.3 - 17 December 2015
    • Fixed timeout 'must be a number' error
  • 0.0.1 - 0.0.2 - 1 December 2015
    • (0.0.2) Fixed issue where HTTPS won't work
    • (0.0.1) Moved CLI app to separate package from request-ms

License

Copyright 2015 Michiel van der Velde.

This software is licensed under the MIT License

Keywords

request

FAQs

Package last updated on 20 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts