simple cli app for send http request
Build Requister ...
$ cargo build --release
Example
$ requister http://example.com/api/ [The default method is GET]
Object {
"args": Object {},
"headers": Object {
"Accept": String("*/*"),
"Host": String("example.com"),
"X-Amzn-Trace-Id": String("Root=1-65f1a14d-6fb4feb639e9780461be4a33"),
},
"origin": String("1.1.1.1"),
"url": String("https://example.com/get"),
}
- Send GET and DELETE method
- Add ...
- POST
- PUT
- PATCH
- Arguments are added to the POST request with key value data
- Add another status code
- Add help text and arguments switch