dotfiles/dotconfig/httpie/config.json

7 lines
105 B
JSON
Raw Permalink Normal View History

2024-01-16 21:08:19 +00:00
{
"default_options": [
"--follow",
"--max-redirects=3",
"--verify=no"
]
}