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

21 lines
245 B
Plaintext

meta {
name: query-equals
type: http
seq: 3
}
get {
url: http://localhost:8081/api/echo/anything/api?token=abc123==&type=test
body: none
auth: none
}
params:query {
token: abc123==
type: test
}
settings {
encodeUrl: false
}