1
0
forked from extern/nix-config
donovanglover-nix-config/dots/common/.httpie/config.json
Donovan Glover c5b8ab6e2d
Add httpie config
By default httpie sends its own User-Agent header. This commit removes
that header.
2018-09-19 12:26:04 -04:00

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"
]
}