multipart parsing, request body access, and chunked input stream support

This commit is contained in:
Relism
2026-03-19 12:45:34 +01:00
parent 96afbf665d
commit 16b5f8ac15
17 changed files with 1951 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"permissions": {
"allow": [
"Bash(cd:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:api.github.com)",
"Bash(xargs grep:*)",
"Bash(jfr summary:*)",
"Bash(jfr print:*)",
"Bash(sort -t= -k4 -rn)",
"Bash(sed 's/.*objectClass = //')",
"Bash(sed 's/ \\(.*//')",
"Bash(sed 's/^\\\\s*//')",
"Bash(jar tf:*)",
"Bash(javap -c -p /c/Users/elorc/.m2/repository/dev/relism/fpr-core/1.1.0/fpr-core-1.1.0.jar!/dev/relism/fpr/core/internal/runtime/FrozenRouter.class)",
"Read(//c/tmp/**)",
"Bash(jar xf:*)",
"Bash(javap -c -p dev/relism/fpr/core/internal/runtime/FrozenRouter.class)",
"Bash(javap -c -p dev/relism/fpr/core/internal/runtime/RouteSearch.class)"
]
}
}