extras: Update httpie config to 1.0.0

Note that this file is automatically formatted by httpie. To avoid
formatting diffs, any changes you make should follow the format
httpie uses.
This commit is contained in:
Donovan Glover 2018-11-11 10:21:42 -05:00
parent 207ef19a7b
commit e2df340589
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -1,10 +1,11 @@
{
"__meta__": {
"about": "HTTPie configuration file",
"help": "https://httpie.org/docs#config",
"httpie": "0.9.8"
},
"default_options": [
"--session-read-only", "~/.httpie/headers.json"
]
"__meta__": {
"about": "HTTPie configuration file",
"help": "https://httpie.org/doc#config",
"httpie": "1.0.0"
},
"default_options": [
"--session-read-only",
"~/.httpie/headers.json"
]
}