forked from extern/nix-config
c5b8ab6e2d
By default httpie sends its own User-Agent header. This commit removes that header.
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"
|
|
]
|
|
}
|