mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-16 05:13:11 +01:00
11 lines
214 B
JSON
11 lines
214 B
JSON
|
{
|
||
|
"__meta__": {
|
||
|
"about": "HTTPie configuration file",
|
||
|
"help": "https://httpie.org/docs#config",
|
||
|
"httpie": "0.9.8"
|
||
|
},
|
||
|
"default_options": [
|
||
|
"--session-read-only", "~/.httpie/headers.json"
|
||
|
]
|
||
|
}
|