Files
bruno/tests/request/settings/collection/timeout.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

18 lines
198 B
Plaintext

meta {
name: timeout-test
type: http
seq: 3
}
get {
url: https://httpbun.com/redirect/2
body: none
auth: inherit
}
settings {
followRedirects: false
maxRedirects: 0
timeout: 5
}