1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-26 03:20:27 +02:00
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
..
2016-03-01 16:55:12 +08:00
2016-03-02 13:16:41 +08:00
2016-03-02 14:20:35 +08:00
2016-03-02 12:24:46 +08:00
2015-02-24 08:18:03 +01:00
2015-02-24 07:50:15 +01:00
2016-03-01 21:37:26 +08:00
2016-02-29 15:00:17 +08:00
2016-03-02 02:53:23 +08:00
2016-02-29 14:07:08 +08:00
2015-10-22 14:32:16 -03:00