treq 0.3.1

A Client to make HTTP requests for Vim/Terminal Users
# Contributing to TReq

🦖 First of all! Thanks for you help to grow the dinosaur 🦖

## How do I contribute :

- Create or choose an issue for bug or feature request
- Comment the issue to say that you are tackling it
- Code this out!

## How setup project

- You'll only need Rust on latest version. Make a fork of branch `develop` and rename it following the [Git Flow]https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow convention.
- Examples
  - `fix/name-of-task`
  - `feature/name-of-task`
  - `docs/name-of-task`

- Make sure to name your commits messages followin [Conventional Commits]https://www.conventionalcommits.org/en/v1.0.0/

## What should I do before Pull Request

- If you're fixing a bug make sure you made unit tests about it. (This way you guarantee the bug never's gonna happen again)
- Run `cargo test` and `cargo fmt`