mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-22 07:08:16 -04:00
22 lines
379 B
JSON
Executable File
22 lines
379 B
JSON
Executable File
{
|
|
"method": "POST",
|
|
"url": "http://mockbin.com/har",
|
|
"headers": [
|
|
{
|
|
"name": "content-type",
|
|
"value": "multipart/form-data"
|
|
}
|
|
],
|
|
"postData": {
|
|
"mimeType": "multipart/form-data",
|
|
"params": [
|
|
{
|
|
"name": "foo",
|
|
"value": "Hello World",
|
|
"fileName": "hello.txt",
|
|
"contentType": "text/plain"
|
|
}
|
|
]
|
|
}
|
|
}
|