Support Function-level idle timeout setting (#1538)

This PR allows users to specify the idle timeout setting at Function-level.
Fix #1050
This commit is contained in:
Ta-Ching Chen
2020-02-21 02:01:26 +08:00
committed by GitHub
parent cc14044b6b
commit fc5711ce7c
10 changed files with 99 additions and 42 deletions
+1
View File
@@ -61,6 +61,7 @@ const (
FnTestBody = "body"
FnTestHeader = "header"
FnTestQuery = "query"
FnIdleTimeout = "idletimeout"
HtName = resourceName
HtMethod = "method"