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

23 lines
384 B
Plaintext

meta {
name: query-arrays
type: http
seq: 13
}
get {
url: http://localhost:8081/api/echo/anything/api?empty=[]&nums=[1, 2, 3]&strs=["string", "string"]&nested=[[1, 2, 3], ["string", "string"]]
body: none
auth: none
}
params:query {
empty: []
nums: [1, 2, 3]
strs: ["string", "string"]
nested: [[1, 2, 3], ["string", "string"]]
}
settings {
encodeUrl: false
}