@cliz/http

a simple commandline to http client, like httpie

Usage no npm install needed!

<script type="module">
  import clizHttp from 'https://cdn.skypack.dev/@cliz/http';
</script>

README

http

http cli, like httpie

Install

$ npm install -g @cliz/http

How to

USAGE 
  
  ▸ http <command> [ARGUMENTS...] [OPTIONS...]


COMMANDS — Type 'http help <command>' to get some help about a command

  delete                               HTTP DELETE                                            
  get                                  HTTP GET                                               
  head                                 HTTP HEAD                                              
  patch                                HTTP PATCH                                             
  post                                 HTTP POST                                              
  put                                  HTTP PUT                                               

GLOBAL OPTIONS

  -h, --help                           Display global help or command-related help.           
  -V, --version                        Display version.                                       
  --no-color                           Disable use of colors in output.                       
  -v, --verbose                        Verbose mode: will also output debug messages.         
  --quiet                              Quiet mode - only displays warn and error messages.    
  --silent                             Silent mode: does not output anything, giving no       
                                        indication of success or failure other than the exit   
                                        code.    

Examples

$ http get https://httpbin.zcorky.com/get

Contributors

LICENSE

MIT