request/cli

Name: cli

Owner: request

Description: HTTP CLI Client

Created: 2015-12-01 09:29:09.0

Updated: 2017-11-25 14:48:41.0

Pushed: 2015-12-02 09:44:35.0

Homepage: null

Size: 8

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

@request/cli

See @request/core for more details.

m install -g @request/cli
quest --help
Ways to pass a querystring
ject
quest -u http://site.com -q "{a: 1, b: 'c'}"
ON
quest -u http://site.com -q '{"a": 1, "b": "c"}'
erystring
quest -u http://site.com -q 'a=1&b=c'
Debug Log
m install @request/log
BUG=req,res,body request -u https://npmjs.com/search -q "{q: 'http'}" -rc

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.