Send HTTP requests from the command line.
rest_cli <file>
where file
contains your HTTP requests.
Supported methods: - GET - POST - PUT - PATCH - DELETE - HEAD
```
http://localhost:3000 GET /
http://localhost:3000
Content-Type: application/json Authorization: bearer alghdlaiusdflhsadfkjsadf
{ "username": "name", "password": "password123" }
POST /auth/register ```