Add template function descriptions

This commit is contained in:
Gregory Schier
2024-10-15 07:47:26 -07:00
parent 17a429525f
commit 9d24aefba1
3 changed files with 3 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export const plugin: PluginDefinition = {
templateFunctions: [
{
name: 'response.header',
description: 'Read the value of a response header, by name',
args: [
requestArg,
{