Files
bruno/packages/bruno-lang/v2/tests/settings/fixtures/settings-all-options.bru
Pooja 0c30357b01 feat: add redirect and timeout in request settings (#5672)
* feat: add redirect and timeout in request settings
2025-10-08 20:00:37 +05:30

27 lines
297 B
Plaintext

meta {
name: Settings All Options Test
type: http
seq: 3
}
put {
url: https://api.example.com/all-options
}
headers {
content-type: application/json
}
body:json {
{
"test": "data"
}
}
settings {
encodeUrl: true
followRedirects: false
maxRedirects: 0
timeout: 60000
}