PathMatching

object PathMatching
class Object
trait Matchable
class Any

Type members

Classlikes

case class PathAndQuery(path: Option[String], query: Option[String])

Value members

Concrete methods

def matchPaths(expected: PathAndQuery, received: PathAndQuery): MatchOutcome