mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
21 lines
249 B
Plaintext
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
|
|
}
|