Add httpie config

By default httpie sends its own User-Agent header. This commit removes
that header.
This commit is contained in:
Donovan Glover 2018-09-19 12:21:04 -04:00
parent 05196514f9
commit c5b8ab6e2d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"__meta__": {
"about": "HTTPie configuration file",
"help": "https://httpie.org/docs#config",
"httpie": "0.9.8"
},
"default_options": [
"--session-read-only", "~/.httpie/headers.json"
]
}

View File

@ -0,0 +1,5 @@
{
"headers": {
"User-Agent": ""
}
}