Skip to content

k8scat/httpie-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpie-rs

Rust 实现简易版的 httpie

# 下载
git clone https://github.com/k8scat/httpie-rs.git
cd httpie-rs

# 构建
cargo build

# get 请求
./target/debug/httpie-rs get https://httpbin.org/get

# post 请求
./target/debug/httpie-rs post https://httpbin.org/post a=1 b=2

# 单元测试
cargo test

About

Rust 实现简易版的 httpie。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published