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