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

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