mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
20 lines
230 B
Plaintext
20 lines
230 B
Plaintext
meta {
|
|
name: path-param-hash-trailing
|
|
type: http
|
|
seq: 29
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:8081/api/echo/anything/users/:id/profile
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
id: john#doe
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: false
|
|
}
|