Skip to content

Latest commit

 

History

History

httpie

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

httpie

Implementing GET & POST functionality of HTTPie using Rust

usage

$ httpie GET <URL>

or

$ httpie POST <URL> parm=value...

screenshot

GET POST