mirror of
https://github.com/httpie/cli.git
synced 2024-11-26 09:43:38 +01:00
32 lines
668 B
JSON
32 lines
668 B
JSON
{
|
|
"__meta__": {
|
|
"about": "HTTPie session file",
|
|
"help": "https://httpie.io/docs#sessions",
|
|
"httpie": "__version__"
|
|
},
|
|
"auth": {
|
|
"password": null,
|
|
"type": null,
|
|
"username": null
|
|
},
|
|
"cookies": [
|
|
{
|
|
"domain": __host__,
|
|
"expires": null,
|
|
"name": "baz",
|
|
"path": "/",
|
|
"secure": false,
|
|
"value": "quux"
|
|
},
|
|
{
|
|
"domain": __host__,
|
|
"expires": null,
|
|
"name": "foo",
|
|
"path": "/",
|
|
"secure": false,
|
|
"value": "bar"
|
|
}
|
|
],
|
|
"headers": {}
|
|
}
|