mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
meta {
|
|
name: chip-tooltip
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: https://api.example.com/upload
|
|
body: multipartForm
|
|
auth: none
|
|
}
|
|
|
|
body:multipart-form {
|
|
files: @file(alpha.txt)
|
|
}
|