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
+6
View File
@@ -0,0 +1,6 @@
{
"version": "1",
"name": "PLG-MuDICS",
"type": "collection",
"ignore": ["node_modules", ".git"]
}
+15
View File
@@ -0,0 +1,15 @@
meta {
name: donwloadFile
type: http
seq: 4
}
get {
url: 127.0.0.1:1323/api/file/go.sum
body: none
auth: inherit
}
settings {
encodeUrl: true
}
+21
View File
@@ -0,0 +1,21 @@
meta {
name: keyboardInput
type: http
seq: 2
}
patch {
url: 127.0.0.1:1323/api/keyboardInput
body: json
auth: inherit
}
body:json {
{
"key": "VK_T"
}
}
settings {
encodeUrl: true
}
+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
}
+15
View File
@@ -0,0 +1,15 @@
meta {
name: ping
type: http
seq: 7
}
get {
url: 127.0.0.1:1323/api/ping
body: none
auth: inherit
}
settings {
encodeUrl: true
}
+21
View File
@@ -0,0 +1,21 @@
meta {
name: shellComand
type: http
seq: 1
}
patch {
url: 127.0.0.1:1323/api/shellCommand
body: json
auth: inherit
}
body:json {
{
"command": "ls"
}
}
settings {
encodeUrl: true
}
+21
View File
@@ -0,0 +1,21 @@
meta {
name: showHTML
type: http
seq: 6
}
patch {
url: 127.0.0.1:1323/api/showHTML
body: json
auth: inherit
}
body:json {
{
"html": "<p>this is a looooonnnng text. Loooooooooooooooooooooooooooooooooonnnnnnnnnnnnnnnnnnnnnnnnnnnnng</p>"
}
}
settings {
encodeUrl: true
}
+15
View File
@@ -0,0 +1,15 @@
meta {
name: uploadFile
type: http
seq: 3
}
post {
url: 127.0.0.1:1323/api/file/titel.jpg
body: file
auth: inherit
}
settings {
encodeUrl: true
}