Optional
method?: MethodMethod that is matched
"GET"
Optional
path?: stringPath that is matched
"/api/:id"
Optional
path2?: stringRegExp path that is matched
"/api/([\\w-]+)"
{ path: "/api/:id", method: "GET" }
{ path2: "/api/([\\w-]+)", method: "GET" }
Generated using TypeDoc
JSON representation of ContextCondition's info (for collecting info about conditions and squashing them together)