1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00
Files
httpie-cli/tests
Jakub Roztocil a49774d3ab Extend auth plugin API
This extends the `AuthPlugin` API by the following attributes:

* `auth_require`: set to `False` to make `--auth, -a` optional
* `auth_parse`: set to `False` to disable `username:password` parsing
  (access the raw value passed to `-a` via `self.raw_auth`).
* `prompt_password`: set to`False` to disable password prompt when
   no password provided (only relevant when `auth_parse == True`)

 These changes should be 100% backwards-compatible.

 What needs more testing is auth support in sessions.

Close #433
Close #431
Close #378
Ping teracyhq/httpie-jwt-auth#3
2016-11-23 22:02:12 +01:00
..
2015-01-23 23:56:08 +01:00
2015-07-03 18:55:45 +02:00
2016-11-23 22:02:12 +01:00
2016-11-23 22:02:12 +01:00
2016-07-19 17:23:40 +01:00
2016-03-05 01:42:48 +08:00
2016-10-26 11:58:47 +02:00
2016-03-09 21:58:11 +08:00
2016-10-26 11:28:17 +02:00
2016-03-01 23:22:50 +08:00
2016-03-03 18:50:18 +08:00
2016-03-03 18:50:18 +08:00
2016-10-26 11:53:01 +02:00

HTTPie Test Suite
=================


Please see `CONTRIBUTING`_.


.. _CONTRIBUTING: https://github.com/jkbrzt/httpie/blob/master/CONTRIBUTING.rst