treq 0.1.2

A Client to make HTTP requests for Vim/Terminal Users
treq-0.1.2 is not a library.
Visit the last successful build: treq-1.2.0

TReq

Instalation

For Debian users or variants (Ubuntu, Linux Mint, PopOS) is possible to download TReq using the .deb file.

After download it by link HERE you can just run the command below pointing to file.

$ sudo dpkg -i path_to_file.deb

For Arch Linux or Manjaro users is possible download TReq using AUR.

$ git clone https://aur.archlinux.org/treq.git
$ cd treq
$ makepkg -si

Or, if you use the yay just run...

$ yay -S treq

For anyone else, you can also download TReq by Crates.io repository. Using this method requires to have Rust installed.

cargo install treq