Files
bruno/packages/bruno-tests/collection/echo/multiline/echo binary.bru
Sanjai Kumar ed56584ba6 feat: refined implementation for raw binary files handling (#3734) (#3829)
---------
Co-authored-by: marcosadsj <marcosadsj@gmail.com>
Co-authored-by: naman-bruno <naman@usebruno.com>
Co-authored-by: sanish chirayath <sanish@usebruno.com>
2025-01-28 13:51:50 +05:30

16 lines
185 B
Plaintext

meta {
name: echo binary
type: http
seq: 1
}
post {
url: {{echo-host}}
body: binaryFile
auth: none
}
body:binary-file {
file: @file(bruno.png) @contentType(image/png)
}