mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 22:57:59 -04:00
49 lines
757 B
JSON
Executable File
49 lines
757 B
JSON
Executable File
{
|
|
"method": "POST",
|
|
"url": "http://mockbin.com/har?key=value",
|
|
"httpVersion": "HTTP/1.1",
|
|
"queryString": [
|
|
{
|
|
"name": "foo",
|
|
"value": "bar"
|
|
},
|
|
{
|
|
"name": "foo",
|
|
"value": "baz"
|
|
},
|
|
{
|
|
"name": "baz",
|
|
"value": "abc"
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"name": "accept",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"name": "content-type",
|
|
"value": "application/x-www-form-urlencoded"
|
|
}
|
|
],
|
|
"cookies": [
|
|
{
|
|
"name": "foo",
|
|
"value": "bar"
|
|
},
|
|
{
|
|
"name": "bar",
|
|
"value": "baz"
|
|
}
|
|
],
|
|
"postData": {
|
|
"mimeType": "application/x-www-form-urlencoded",
|
|
"params": [
|
|
{
|
|
"name": "foo",
|
|
"value": "bar"
|
|
}
|
|
]
|
|
}
|
|
}
|