Skip to content

Instantly share code, notes, and snippets.

@eiri
Created August 5, 2016 17:45
Show Gist options
  • Save eiri/c7fa45f36618630b4e458fcca2105bfc to your computer and use it in GitHub Desktop.
Save eiri/c7fa45f36618630b4e458fcca2105bfc to your computer and use it in GitHub Desktop.
httpie configuration
$ tree ~/.httpie/
/Users/eiri/.httpie/
├── config.json
└── sessions
└── localhost_5984
└── default.json
{
"__meta__": {
"about": "HTTPie configuration file",
"help": "https://github.com/jkbrzt/httpie#config",
"httpie": "0.9.4"
},
"default_options": [
"--style=solarized",
"--print=b",
"--session=default"
]
}
{
"__meta__": {
"about": "HTTPie session file",
"help": "https://github.com/jkbrzt/httpie#sessions",
"httpie": "0.9.4"
},
"auth": {
"password": null,
"type": null,
"username": null
},
"cookies": {},
"headers": {
"Accept": "application/json",
"Content-Type": "application/json"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment