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

21 lines
246 B
Plaintext

meta {
name: query-unicode
type: http
seq: 5
}
get {
url: http://localhost:8081/api/echo/anything/api?name=José&city=München
body: none
auth: none
}
params:query {
name: José
city: München
}
settings {
encodeUrl: false
}