httpie-token-auth

token Auth plugin for HTTPie.


License
MIT
Install
pip install httpie-token-auth==0.1.8

Documentation

httpie-token-auth

token auth plugin for HTTPie.

Installation

$ pip install httpie-token-auth

You should now see token under --auth-type in $ http --help output.

Usage

$ http --auth-type=token --auth='username:password' example.org
$ http -A=token --auth='username:password' example.org

License