mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 15:44:13 +00:00
28 lines
478 B
JSON
28 lines
478 B
JSON
{
|
|
"meta": {
|
|
"name": "Settings All Options Test",
|
|
"type": "http",
|
|
"seq": "3"
|
|
},
|
|
"http": {
|
|
"method": "put",
|
|
"url": "https://api.example.com/all-options"
|
|
},
|
|
"headers": [
|
|
{
|
|
"name": "content-type",
|
|
"value": "application/json",
|
|
"enabled": true
|
|
}
|
|
],
|
|
"body": {
|
|
"json": "{\n \"test\": \"data\"\n}"
|
|
},
|
|
"settings": {
|
|
"encodeUrl": true,
|
|
"followRedirects": false,
|
|
"maxRedirects": 0,
|
|
"timeout": 60000
|
|
}
|
|
}
|