mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
21 lines
281 B
Plaintext
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
|
|
}
|