aboutsummaryrefslogtreecommitdiffhomepage
path: root/dhall/server/service/plugin/functions.dhall
blob: d183dea6a13bc82a9591a3337d898da5858164ed (plain) (blame)
1
2
3
4
5
6
7
8
{ mkRequestTermination = ./mkRequestTermination.dhall
, mkRequestTransformer = ./mkRequestTransformer.dhall
, mkResponseTransformer = ./mkResponseTransformer.dhall
, mkIPRestriction = ./mkIPRestriction.dhall
, correlationId = ./correlationId.dhall
, mkPreFunction = ./mkPreFunction.dhall
, http2httpsRedirect = ./http2httpsRedirect.dhall
}