httpie-token-auth icon indicating copy to clipboard operation
httpie-token-auth copied to clipboard

Token auth plugin for HTTPie

Results 2 httpie-token-auth issues
Sort by recently updated
recently updated
newest added

when I tried this request: `http --auth-type=token --auth="Bearer:mF_9.B5f-4.1JqM" blabla.com` got this error: `http: error: argument --auth-type/-A: invalid choice: 'token' (choose from 'basic', 'digest')`

Good old byte string insertion (e.g. Bearer b'foo')