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

21 lines
263 B
Plaintext

meta {
name: query-pipe
type: http
seq: 4
}
get {
url: http://localhost:8081/api/echo/anything/api?filter=status|active&sort=name|asc
body: none
auth: none
}
params:query {
filter: status|active
sort: name|asc
}
settings {
encodeUrl: false
}