mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 15:18:27 -04:00
15 lines
204 B
JSON
Executable File
15 lines
204 B
JSON
Executable File
{
|
|
"method": "GET",
|
|
"url": "http://mockbin.com/har",
|
|
"headers": [
|
|
{
|
|
"name": "accept",
|
|
"value": "application/json"
|
|
},
|
|
{
|
|
"name": "x-foo",
|
|
"value": "Bar"
|
|
}
|
|
]
|
|
}
|