mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-16 04:11:29 +00:00
16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
meta {
|
|
name: echo binary
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{echo-host}}
|
|
body: file
|
|
auth: none
|
|
}
|
|
|
|
body:file {
|
|
file: @file(bruno.png) @contentType(image/png)
|
|
}
|