1
0
forked from extern/nix-config
donovanglover-nix-config/extras/.httpie/config.json
Donovan Glover e2df340589
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.
2018-11-11 10:25:11 -05:00

12 lines
245 B
JSON

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