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

21 lines
237 B
Plaintext

meta {
name: query-spaces
type: http
seq: 1
}
get {
url: http://localhost:8081/api/echo/anything/api?name=John Doe&age=25
body: none
auth: none
}
params:query {
name: John Doe
age: 25
}
settings {
encodeUrl: false
}