Files
PLG-MuDiCS/requests/showHTML.bru
T
2025-08-17 13:37:10 +02:00

22 lines
293 B
Plaintext

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
}