exported .gzip() and .bodyLimit(bytes) JSVM middlewares

This commit is contained in:
Gani Georgiev
2024-01-21 17:13:22 +02:00
parent 702b4aa1c2
commit ba56623245
5 changed files with 3067 additions and 3032 deletions
+1 -1
View File
@@ -956,7 +956,7 @@ func TestApisBindsCount(t *testing.T) {
apisBinds(vm)
testBindsCount(vm, "this", 6, t)
testBindsCount(vm, "$apis", 12, t)
testBindsCount(vm, "$apis", 14, t)
}
func TestApisBindsApiError(t *testing.T) {