ref: move bruno template request to display

This commit is contained in:
2025-08-18 12:10:39 +02:00
parent 330d63ebd8
commit 473ffe57ac
8 changed files with 0 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
meta {
name: openFile
type: http
seq: 5
}
patch {
url: 127.0.0.1:1323/api/file/test.mp4
body: file
auth: inherit
}
script:pre-request {
await bru.sleep(2000);
}
settings {
encodeUrl: true
}