httpie-cli/httpie
Ash Holland 5af0874ed3
Support (part of) the XDG Base Directory Specification (#920)
On Unix-like systems, the configuration file now lives in
$XDG_CONFIG_HOME/httpie/ by default, not ~/.httpie/ (the behaviour on
Windows is unchanged). The previous location is still checked, in order
to support existing installations.

Searching $XDG_CONFIG_DIRS is still not supported.

Fixes #145; supersedes #436.
2020-05-21 15:50:00 +02:00
..
cli Ignore --download with --offline 2020-04-16 11:41:12 +02:00
output Add one-by-one processing of each HTTP request or response and --offline 2019-09-03 17:14:39 +02:00
plugins Refactor get_formatters_grouped 2019-09-01 11:45:47 +02:00
__init__.py 2.2.0-dev 2020-04-18 12:57:56 +02:00
__main__.py Add httpie.status 2019-09-16 13:26:18 +02:00
client.py Change default JSON Accept to application/json, */*;q=0.5 2020-04-13 22:12:06 +02:00
compat.py Python 2.7 support removal WIP 2019-08-29 08:53:56 +02:00
config.py Support (part of) the XDG Base Directory Specification (#920) 2020-05-21 15:50:00 +02:00
context.py Remove unused imports 2020-04-13 17:37:27 +02:00
core.py Fix 'Too many redirects' error message formatting 2020-04-15 17:43:08 +02:00
downloads.py Removed duplicate type annotation. (#888) 2020-04-13 18:15:48 +02:00
models.py Refactoring 2019-08-31 15:17:10 +02:00
sessions.py Cleanup 2019-12-03 19:09:09 +01:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
utils.py Improve --debug output formatting 2019-08-31 18:00:03 +02:00