Skip to content

Implementing an HTTPie tool in Rust is similar to doing so in Python.

Notifications You must be signed in to change notification settings

yikejason/httpie

Repository files navigation

Crate

  • clap crate

install

  • First, clone this repository to your local computer.
  • Then, run cargo install --path . to install it into your environment.
  • After installation, use the httpie command to search for available commands.
  • Currently, this project only supports two commands: get and post.

About

Implementing an HTTPie tool in Rust is similar to doing so in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages