docs: example requests

This commit is contained in:
2025-08-17 13:37:10 +02:00
parent 967ca7651a
commit 8d3bf0e32e
7 changed files with 118 additions and 0 deletions
+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
}