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

21 lines
281 B
Plaintext

meta {
name: query-preencoded
type: http
seq: 2
}
get {
url: http://localhost:8081/api/echo/anything/api?name=John%20Doe&email=john%40example.com
body: none
auth: none
}
params:query {
name: John%20Doe
email: john%40example.com
}
settings {
encodeUrl: false
}