You've already forked httpie-cli
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:
@@ -74,7 +74,7 @@ class Config(BaseConfigDict):
|
||||
name = 'config'
|
||||
|
||||
DEFAULTS = {
|
||||
'default_content_type': 'json',
|
||||
'implicit_content_type': 'json',
|
||||
'default_options': []
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user