mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-22 20:25:38 +00:00
21 lines
245 B
Plaintext
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
|
|
}
|