mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 15:18:27 -04:00
20 lines
284 B
JSON
Executable File
20 lines
284 B
JSON
Executable File
{
|
|
"method": "GET",
|
|
"url": "http://mockbin.com/har?key=value",
|
|
"httpVersion": "HTTP/1.1",
|
|
"queryString": [
|
|
{
|
|
"name": "foo",
|
|
"value": "bar"
|
|
},
|
|
{
|
|
"name": "foo",
|
|
"value": "baz"
|
|
},
|
|
{
|
|
"name": "baz",
|
|
"value": "abc"
|
|
}
|
|
]
|
|
}
|