insomnia-importers
Version:
Various data importers for Insomnia
47 lines (46 loc) • 853 B
JSON
{
"method": "POST",
"url": "https://insomnia.rest/foo/bar",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Host",
"value": "insomnia.rest"
}
],
"postData": {
"params": [{
"name": "foo",
"value": "bar",
"filename": null,
"contentType": null,
"comment": "hahah"
}],
"text": ""
},
"queryString": [
{
"name": "foo",
"value": "bar",
"comment": "This is a comment"
}
],
"cookies": [
{
"name": "__cfduid",
"value": "df7b43586f071c4aaa79dc8a9de0845771478571055",
"expires": null,
"httpOnly": false,
"secure": false
},
{
"name": "_ga",
"value": "GA1.2.697086801.1478571058",
"expires": null,
"httpOnly": false,
"secure": false
}
],
"headersSize": 529,
"bodySize": 0
}