1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Documented config.

Also renamed `default_content_type` to `implicit_content_type` .
This commit is contained in:
Jakub Roztocil
2012-09-17 02:39:23 +02:00
parent 548bef7dff
commit 4a6f32a0f4
5 changed files with 77 additions and 45 deletions

View File

@@ -74,7 +74,7 @@ class Config(BaseConfigDict):
name = 'config'
DEFAULTS = {
'default_content_type': 'json',
'implicit_content_type': 'json',
'default_options': []
}