From 1630960aabb059722ea102310de7b23edd88782c Mon Sep 17 00:00:00 2001 From: Stef Heyenrath Date: Wed, 22 Apr 2020 20:11:10 +0200 Subject: [PATCH] Updated Response Templating (markdown) --- Response-Templating.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Response-Templating.md b/Response-Templating.md index 0d33234..d40ed05 100644 --- a/Response-Templating.md +++ b/Response-Templating.md @@ -69,7 +69,10 @@ In case you also want to transform the contents from a referenced file (via `Bod # Standard Handlebars helpers All of the standard helpers (template functions) provided by the [C# Handlebars implementation](https://github.com/rexm/Handlebars.Net) are available. -# Extra Handlebars helpers +# Additional Handlebars helpers +In addition to the standard helpers, also the helpers from [Handlebars.Net.Helpers](https://github.com/StefH/Handlebars.Net.Helpers/wiki) are supported. + +# Extra WireMock.Net Handlebars helpers The following extra helpers are present in WireMock.Net: - [JsonPath.SelectToken & JsonPath.SelectTokens](#jsonpath) - Linq