Jakub Roztocil
6bdfc7a071
Update config and session file help URLs
2016-09-12 10:57:30 +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
Jakub Roztocil
84b81c00ea
Fixed tox.ini and improved tests and CONTRIBUTING.txt
2016-01-02 14:07:00 -03:00
Jakub Roztocil
2b51cb6687
Updated links II.
2015-07-03 18:55:45 +02:00
Jakub Roztocil
0481957715
Fixed multiple uploads with the same field name
...
Closes #267
2014-10-20 14:41:48 +02: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
d9eca19b8f
New URL.
2014-05-05 21:17:23 +02:00
Jakub Roztocil
bd50a6adb1
Moved .directory
from BaseConfigDict
to Config
.
...
Closes #200
2014-04-27 23:12:48 +02:00
Jakub Roztocil
05db75bdb1
Modularized output, refactoring
...
Making it ready for output formatting plugin API.
2014-04-27 21:58:00 +02:00
Jakub Roztocil
87c59ae561
Added anonymous sessions (--session=/file/path.json).
2013-05-13 14:47:44 +02:00
Jakub Roztocil
1481749c22
Use urlsplit
instead of urlparse
.
...
Closes #118 .
2013-01-03 14:12:27 +01:00
Jakub Roztocil
8175366f27
PEP8
2012-12-05 04:39:56 +01:00
Jakub Roztocil
18510a9396
Progress on httpie session *
.
2012-12-01 18:16:00 +01:00
Jakub Roztocil
4a6f32a0f4
Documented config.
...
Also renamed `default_content_type` to `implicit_content_type` .
2012-09-17 03:08:45 +02:00
Jakub Roztocil
548bef7dff
Added tests for sessions.
2012-09-17 02:15:00 +02:00
Jakub Roztocil
6c2001d1f5
Use the HTTPIE_CONFIG_DIR
environment variable.
2012-09-17 02:12:16 +02:00
Jakub Roztocil
4029dbf309
Added configuration file.
...
The "default_content_type" option can be set to "form".
Closes #91 .
2012-09-17 00:37:36 +02:00
Jakub Roztocil
9b586b953b
Use %APPDATA% for data on Windows.
2012-08-18 04:36:58 +02:00
Jakub Roztocil
0b3bad9c81
Added initial support for persistent sessions.
2012-08-17 23:23:02 +02:00