]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - dhall/server/service/plugin/functions.dhall
dhall(plugins): add binding for the 'response-transformer' plugin
[github/fretlink/ansible-kong-app.git] / dhall / server / service / plugin / functions.dhall
1 { mkRequestTermination = ./mkRequestTermination.dhall
2 , mkRequestTransformer = ./mkRequestTransformer.dhall
3 , mkResponseTransformer = ./mkResponseTransformer.dhall
4 , mkIPRestriction = ./mkIPRestriction.dhall
5 , correlationId = ./correlationId.dhall
6 , mkPreFunction = ./mkPreFunction.dhall
7 , http2httpsRedirect = ./http2httpsRedirect.dhall
8 }