glob(
self,
pattern: str,
path: str | None = None,
) -> GlobResultFind files matching a glob pattern, routing by path prefix.
Routes to backends based on path: a routed path searches that route,
"/" or None searches every backend, and a non-route path searches
only the default backend.