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

15 lines
225 B
JSON
Executable File

{
"method": "POST",
"url": "http://mockbin.com/har",
"headers": [
{
"name": "content-type",
"value": "text/plain"
}
],
"postData": {
"mimeType": "text/plain",
"text": "Hello World"
}
}