luzpaz
d262181bed
Fix typos (user-facing and non-user-facing) ( #1357 )
...
* Fix typos (user-facing and non-user-facing
Found via `codespell -q 3 -L datas,medias,warmup`
* Fix source typo found in tests/
2022-04-16 02:06:34 +03:00
Batuhan Taskaya
dd2c9513f3
Single binary executables ( #1330 )
...
* Single binary executables / DEB packages.
* Attach single binary executables to the releases
2022-04-14 08:11:12 -07:00
Batuhan Taskaya
cd877a5e08
Remove 3.6 support / discontinue less available platforms ( #1267 )
...
* Remove redundant systems
* Drop it from the docs
* Remove the packaging info about the legacy systems
* Fix some typos
* Drop support for python 3.6
2022-01-14 08:49:05 -08:00
Batuhan Taskaya
62e43abc86
Ignore crashes that happen on the 3rd party plugins ( #1228 )
...
* Ignore crashes that happen on the 3rd party plugins
* Give a suggestion about how to uninstall
2021-12-08 07:45:07 -08:00
Batuhan Taskaya
245cede2c2
cmd: Implement httpie plugins interface ( #1200 )
2021-11-30 11:12:51 +03:00
Mickaël Schoentgen
474093acdf
Include plugin info in --debug
output ( #1165 )
...
* Include plugin info in `--debug` output
* Adapt issue number
* Fix docs
2021-09-23 17:15:14 +02:00
Mickaël Schoentgen
a3a08a9a22
Use relative imports ( #1057 )
...
* Use relative imports in test
* Use relative imports
* Add myself to contributors :)
2021-05-05 14:13:39 +02:00
Jakub Roztocil
bd3208cf24
Refactor get_formatters_grouped
2019-09-01 11:45:47 +02:00
Jakub Roztocil
a34b3d9d87
Refactor PluginManager
2019-09-01 11:13:45 +02:00
Jakub Roztocil
d603502960
Fix unregister annotation
2019-08-31 18:35:24 +02:00
Jakub Roztocil
b947d4826a
Annotate plugins
2019-08-31 18:33:54 +02:00
Jakub Roztocil
0f654388fc
Python 3 annotations, super(), pathlib, etc.
2019-08-30 15:14:51 +02:00
Jakub Roztocil
7f5fd130c5
Start using dict comprehensions
2017-12-28 18:15:17 +01:00
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
Matt Layman
9ea89ffefe
Fix typo in method name of plugin manager.
2015-08-30 21:37:47 -04:00
Jakub Roztocil
996e314482
Cleanup
2015-02-05 15:55:20 +01:00
Jakub Roztocil
687a6a734d
Added support for transport adapter plugins
...
#276 , #298
2015-02-05 15:25:00 +01:00
Jakub Roztocil
e4c68063b9
Converted built-in formatters to formatter plugins.
...
Still work in progress and the API should be considered private for now.
2014-05-12 19:12:39 +02:00
Jakub Roztocil
2acb303552
Added support for auth plugins.
2013-09-21 23:46:15 +02:00