You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* KeyGet3 returns value matched pattern. For example, "/resource1" matches "/{resource}", if the pathVar == "resource", then "resource1" will be returned.
280
+
* This is similar with KeyGet2(), except using "/proxy/{id}" instead of "/proxy/:id".
281
+
*
282
+
* @param key1 the first argument.
283
+
* @param key2 the second argument.
284
+
* @param pathVar the name of the variable to retrieve from the matched pattern.
0 commit comments