request-ms-cli
Advanced tools
@@ -40,3 +40,3 @@ #! /usr/bin/env node | ||
| if(program.hostname.substr(0, 7).toLowerCase() != 'http://') | ||
| if(program.hostname.substr(0, 4).toLowerCase() != 'http') | ||
| program.hostname = 'http://' + program.hostname; | ||
@@ -43,0 +43,0 @@ |
+1
-1
| { | ||
| "name": "request-ms-cli", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "A simple CLI app that allows you to measure the response time with simple HEAD request", | ||
@@ -5,0 +5,0 @@ "bin": { |
+3
-2
@@ -23,4 +23,5 @@ # request-ms-cli | ||
| * 0.0.1 | ||
| * Moved CLI app to separate package from [request-ms](http://github.com/MichielvdVelde/request-ms) | ||
| * 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](http://github.com/MichielvdVelde/request-ms) | ||
@@ -27,0 +28,0 @@ # License |
4745
1.67%32
3.23%