Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "aqui", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Simple CLI HTTP client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,5 +7,2 @@ # aquí | ||
You can either perform a global install of aqui, or use npx to run it. | ||
Install: | ||
```shell | ||
@@ -15,19 +12,35 @@ $ npm i -g aqui | ||
Run via npx: | ||
## Example | ||
```shell | ||
$ npx aqui get http://httpbin.org/status/200 | ||
$ aqui get http://httpbin.org/get?agent=aqui -h bearer:none | ||
{ | ||
"args": { | ||
"agent": "aqui" | ||
}, | ||
"headers": { | ||
"Accept": "application/json, text/plain, */*", | ||
"Bearer": "none", | ||
"Connection": "close", | ||
"Host": "httpbin.org", | ||
"User-Agent": "axios/0.17.1" | ||
}, | ||
"origin": "71.39.37.51", | ||
"url": "http://httpbin.org/get?agent=aqui" | ||
} | ||
access-control-allow-credentials : true | ||
access-control-allow-origin : * | ||
connection : close | ||
content-length : 0 | ||
content-type : text/html; charset=utf-8 | ||
date : Tue, 06 Feb 2018 04:02:09 GMT | ||
content-length : 300 | ||
content-type : application/json | ||
date : Tue, 06 Feb 2018 07:06:23 GMT | ||
server : meinheld/0.6.1 | ||
via : 1.1 vegur | ||
x-powered-by : Flask | ||
x-processed-time : 0.000792026519775 | ||
x-processed-time : 0.000999927520752 | ||
GET http://httpbin.org/status/200 | ||
GET http://httpbin.org/get?agent=aqui | ||
[200] OK | ||
[200] OK (199.412 ms) | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5328
45