Skip to content

ihesvm/requister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

requister

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"),
}

TODO

  • 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

About

Cli app for send http request

Topics

Resources

License

Stars

Watchers

Forks

Languages