fun containsMethod(map: Map<String, Any?>, path: String, method: String): Boolean
Check if this map contains requested http method.
map - map to look for;
map
path - path to look for method;
path
method - method to find.
method
Return true if path contains such http method, false otherwise.
true
false