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