Serves a URI scheme the platform doesn't resolve through a custom handler, leaving every other exchange to the
standard fetch function.
Content held on a filesystem, in an archive or in any other local store is then addressed by URI like a remote
resource and retrieved through a single client, rather than through a store-specific API call sites have to branch
to. The middlewares layered over that client apply to local and remote exchanges alike.
Custom protocol handler middleware.
Serves a URI scheme the platform doesn't resolve through a custom handler, leaving every other exchange to the standard
fetchfunction.Content held on a filesystem, in an archive or in any other local store is then addressed by URI like a remote resource and retrieved through a single client, rather than through a store-specific API call sites have to branch to. The middlewares layered over that client apply to local and remote exchanges alike.
Usage
See
RFC 3986 § 3.1 - Scheme