fun containsParameter(map: Map<String, Any?>, path: String, method: String, parameter: String, parameterIndex: Int): Boolean
Check if specified http method contains requested parameter.
path - path to look for method;
method - method to look for parameter;
parameter - parameter to find;
parameterIndex - index from parameters array
Return
true if http method contains such parameter, false otherwise.