0.1.4 • Published 11 years ago

req v0.1.4

Weekly downloads
191
License
-
Repository
github
Last release
11 years ago

req

req is a very simple command line wrapper around Mikeal Roger's excellent request library.

Usage:

req [method] uri

Method is optional and will default to GET if not specified. URI is required (obviously).

Additional supported flags are..

-h/--headers
    add the given header to the object passed to request, ie: -h content-type=text/plain
-o/--options
    add the given option to the object passed to request, ie: -o encoding=binary
-q/--query
    add the given query to the querystring object passed to request, ie: -q search=turtles
-f/--file
    use the given file as the body in the request
-d/--data
    use the data as the body in the request (note that both of these attempt to guess a valid content-type)
-v   
    verbose. will console.log the arguments object before it sends the request.
0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago

0.0.13

12 years ago

0.0.12

12 years ago

0.0.11

12 years ago

0.0.10

12 years ago

0.0.9

12 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.6

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago