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

20 lines
218 B
Plaintext

meta {
name: query-hash
type: http
seq: 9
}
get {
url: http://localhost:8081/api/echo/anything/api?query=aaa#bbb
body: none
auth: none
}
params:query {
query: aaa#bbb
}
settings {
encodeUrl: false
}