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

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