forked from extern/httpie-cli
d03e3f4e14
* Properly remove duplicate Cookie headers * Implement support for multiple headers with the same name in sessions * More testing * Cleanup * Remove duplicated test, cleanup * Fix pycodestyle * CHANGELOG Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
24 lines
438 B
JSON
24 lines
438 B
JSON
{
|
|
"__meta__": {
|
|
"about": "HTTPie session file",
|
|
"help": "https://httpie.io/docs#sessions",
|
|
"httpie": "3.2.0"
|
|
},
|
|
"auth": {
|
|
"password": null,
|
|
"type": null,
|
|
"username": null
|
|
},
|
|
"cookies": [],
|
|
"headers": [
|
|
{
|
|
"name": "X-Data",
|
|
"value": "value"
|
|
},
|
|
{
|
|
"name": "X-Foo",
|
|
"value": "bar"
|
|
}
|
|
]
|
|
}
|