Files
bruno/tests/request/generate-code/collection/requests/path-brackets.bru
2026-06-09 12:54:24 +05:30

16 lines
178 B
Plaintext

meta {
name: path-brackets
type: http
seq: 7
}
get {
url: http://localhost:8081/api/echo/anything/list[123]
body: none
auth: none
}
settings {
encodeUrl: false
}