PrefixTable.match(input)
For example, if the table contains "/foo", and the match input was "/foo/bar", the table will return a PrefixMatch where prefix=/foo & tail=/bar.
prefix=/foo & tail=/bar