httpie-cli/httpie
Jakub Roztocil 20823c1702 Removed the "implicit_content_type" config option
If you used:

    "implicit_content_type": "form"

 You can achieve the the same result with:

     "default_options": ["--form"]

If you used:

    "implicit_content_type": "json"

 Then it's the default behaviour and it can be removed.

 In either case HTTPie will migrate your config file on the next invocation.
2016-03-03 17:14:39 +08:00
..
output Fixed get_lexer() 2016-03-01 16:55:12 +08:00
plugins Fix typo in method name of plugin manager. 2015-08-30 21:37:47 -04:00
__init__.py Improved failed test output 2016-03-02 13:16:41 +08:00
__main__.py Added docstrings, refactored input. 2012-07-26 07:23:00 +02:00
cli.py Cleanup 2016-03-02 14:20:35 +08:00
client.py Fix coveralls integration 2016-03-02 12:24:46 +08:00
compat.py Clean up compat and fix is_pypy. 2015-02-24 08:18:03 +01:00
config.py Removed the "implicit_content_type" config option 2016-03-03 17:14:39 +08:00
context.py Don't depend on requests.compat 2015-02-24 07:50:15 +01:00
core.py Copy 2016-03-01 21:37:26 +08:00
downloads.py Refactoring 2016-02-29 15:00:17 +08:00
input.py Removed the "implicit_content_type" config option 2016-03-03 17:14:39 +08:00
models.py Cleanup 2016-03-02 02:53:23 +08:00
sessions.py Show redirects WIP 2016-02-29 14:07:08 +08:00
utils.py PEP8 errors 2015-10-22 14:32:16 -03:00