Files
insomnia/packages/insomnia-httpsnippet/test/fixtures/requests/query.json
2018-03-26 13:50:43 -07:00

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"
}
]
}