buklo 0.1.12

Buklo is a simple CLI HTTP client
# Examples

- get public ssh key of Github user

```bash
buklo --url https://github.com/<username>.keys  --method GET
```

- get public gpg key of Github user

```bash
buklo --url https://github.com/<username>.gpg  --method GET
```