mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-08 01:14:01 +01:00
Add httpie config
By default httpie sends its own User-Agent header. This commit removes that header.
This commit is contained in:
parent
05196514f9
commit
c5b8ab6e2d
10
dots/common/.httpie/config.json
Normal file
10
dots/common/.httpie/config.json
Normal 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"
|
||||
]
|
||||
}
|
5
dots/common/.httpie/headers.json
Normal file
5
dots/common/.httpie/headers.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"headers": {
|
||||
"User-Agent": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user