func mockPath()

in Sources/DDMock/DDMock.swift [152:154]


    func mockPath(path: String, method: String) -> String? {
        return path.replacingRegexMatches(pattern: "^/", replaceWith: "") + "/" + method.lowercased()
    }