uget 0.0.1

A minimal cli tool to make http requests. You want, you get!
# uget

A minimal cli tool to make http requests. You want, you get!

## Install

```sh
cargo install uget
```

## Usage

```sh
uget --url <url>
```

## Example

```sh
uget --url https://jsonplaceholder.typicode.com/posts -m POST -b ""
```

## License

MIT

## Author

Rogerio Pereira Araujo <rogerio.araujo@gmail.com>