mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 04:35:40 +00:00
23 lines
384 B
Plaintext
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
|
|
}
|