mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 07:08:16 -04:00
24 lines
396 B
JSON
Executable File
24 lines
396 B
JSON
Executable File
{
|
|
"method": "POST",
|
|
"url": "http://mockbin.com/har",
|
|
"headers": [
|
|
{
|
|
"name": "content-type",
|
|
"value": "application/x-www-form-urlencoded"
|
|
}
|
|
],
|
|
"postData": {
|
|
"mimeType": "application/x-www-form-urlencoded",
|
|
"params": [
|
|
{
|
|
"name": "foo",
|
|
"value": "bar"
|
|
},
|
|
{
|
|
"name": "hello",
|
|
"value": "world"
|
|
}
|
|
]
|
|
}
|
|
}
|