From 80320193527d24c33ce67da99521a4cdd6631edc Mon Sep 17 00:00:00 2001 From: Hussein Ait-Lahcen Date: Wed, 24 Apr 2019 15:28:10 +0200 Subject: add(dhall): introduce pre-function plugin --- dhall/server/service/plugin/functions.dhall | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dhall/server/service/plugin/functions.dhall (limited to 'dhall/server/service/plugin/functions.dhall') diff --git a/dhall/server/service/plugin/functions.dhall b/dhall/server/service/plugin/functions.dhall new file mode 100644 index 0000000..a7b1295 --- /dev/null +++ b/dhall/server/service/plugin/functions.dhall @@ -0,0 +1,6 @@ +{ mkRequestTermination = ./mkRequestTermination.dhall +, mkRequestTransformer = ./mkRequestTransformer.dhall +, mkIPRestriction = ./mkIPRestriction.dhall +, correlationId = ./correlationId.dhall +, mkPreFunction = ./mkPreFunction.dhall +} -- cgit v1.2.3 From 5f23d5909f18ecc5d0af12cdbb1aee44dccf89ca Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Thu, 2 Jan 2020 13:44:05 +0100 Subject: config(dhall): add a pre-function lua definition for HTTPS redirects This PR fixes #12 and takes precedence over #13 (cherry-picked one of #13's commit) --- dhall/server/service/plugin/functions.dhall | 1 + 1 file changed, 1 insertion(+) (limited to 'dhall/server/service/plugin/functions.dhall') diff --git a/dhall/server/service/plugin/functions.dhall b/dhall/server/service/plugin/functions.dhall index a7b1295..098fba7 100644 --- a/dhall/server/service/plugin/functions.dhall +++ b/dhall/server/service/plugin/functions.dhall @@ -3,4 +3,5 @@ , mkIPRestriction = ./mkIPRestriction.dhall , correlationId = ./correlationId.dhall , mkPreFunction = ./mkPreFunction.dhall +, http2httpsRedirect = ./http2httpsRedirect.dhall } -- cgit v1.2.3