All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-knot-action.1.2.0.source-code.io.knotx.ActionKnot.json Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
{
  "main": "io.knotx.knot.action.ActionKnotVerticle",
  "options": {
    "config": {
      "address": "knotx.knot.action",
      "adapters": [
        {
          "name": "action-self",
          "address": "test",
          "params": {
            "example": "example-value"
          },
          "allowedRequestHeaders": [
            "Cookie",
            "Content-Type",
            "Content-Length"
          ],
          "allowedResponseHeaders": [
            "Set-Cookie"
          ]
        }
      ],
      "formIdentifierName": "snippet-identifier"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy