Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aqui

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aqui

Simple CLI HTTP utilities

  • 1.10.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

aquí

Build Status NPM version

Simple CLI HTTP tools aimed at maximum human friendliness.

Installation

$ npm i -g aqui

Example

$ 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": "aqui/1.4.0"
  },
  "url": "http://httpbin.org/get?agent=aqui"
}

access-control-allow-credentials : true
     access-control-allow-origin : *
                      connection : close
                  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.000999927520752

GET http://httpbin.org/get?agent=aqui

[200] OK (199.412 ms)

Usage

$ aqui --help
aqui <command>

Commands:
  aqui get <url>      simple http GET against a URL
  aqui head <url>     simple http HEAD against a URL
  aqui ip             Fetch public IP info for this caller
  aqui options <url>  simple http OPTIONS against a URL

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Keywords

FAQs

Package last updated on 19 Mar 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc