NameTitleDescription
pubsub--
amqp--
Draft7static-filesystem.jsonStatic FilesystemEnterprise only. Allows you to fetch and serve static content from the disk instead of a remote server, and you can use it to mock data. See: https://www.krakend.io/docs/enterprise/endpoints/serve-static-content/
Draft7soap.jsonSOAP Template modifierEnterprise only. Build and modify requests to communicate with SOAP services. See: https://www.krakend.io/docs/backends/soap/
Draft7lambda.jsonAWS Lambda functionsInvoke Amazon Lambda functions on a KrakenD endpoint call. See: https://www.krakend.io/docs/backends/lambda/
Draft7http_client.jsonHTTP Client optionsEnterprise only. Allows you to set the different HTTP client options with the backend, like TLS, no redirect or connect via a proxy. See: https://www.krakend.io/docs/enterprise/backends/http-client/
Draft7grpc.jsongRPC backend connectionEnterprise only. Handles the communication with a backend using gRPC, after having defined the protocol buffer definitions. See: https://www.krakend.io/docs/backends/grpc/
Draft7graphql.jsonGraphQLConvert REST endpoints to GraphQL calls (adapter/transformer)