mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 15:44:13 +00:00
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"meta": {
|
|
"name": "Settings Minimal Test",
|
|
"type": "http",
|
|
"seq": "2"
|
|
},
|
|
"http": {
|
|
"method": "post",
|
|
"url": "https://api.example.com/minimal"
|
|
},
|
|
"settings": {
|
|
"encodeUrl": false,
|
|
"timeout": 5000
|
|
}
|
|
}
|