+ {#if func?.version !== 'v3'}
+
+
+ Customizable execution data now available for functions v3.0
+
+ Update your function version to make use of new features including customizable
+ HTTP data in your executions.
+
+
+
+
+
+ {:else}
+
+
+
+
+
+
+ Headers
+ (optional)
+
+
+
+
+ {#if headers}
+ {#each headers as [name, value], index}
+
+
+
+
+
+
+
+ {/each}
+ {/if}
+
+
+
+
+
+ {/if}
+
+