com.twitter.finagle.http.path
Root extractor: Path("/") match { case Root => ... }
(Since version 2.8.0) use productIterator instead
Root extractor: Path("/") match { case Root => ... }