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

21 lines
249 B
Plaintext

meta {
name: query-commas-colons
type: http
seq: 6
}
get {
url: http://localhost:8081/api/echo/anything/filter?tags=a,b,c&time=10:30
body: none
auth: none
}
params:query {
tags: a,b,c
time: 10:30
}
settings {
encodeUrl: false
}