Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 204 Bytes

File metadata and controls

16 lines (11 loc) · 204 Bytes

HTTPie

A native httpie implementation with Rust.

# 编译
cargo build

# 编译 release
cargo build --release

# httpie 使用
./httpie -h

./httpie post https://httpbin.org/post a=1 b=2