import { route } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.2/middleware/serve.ts?s=route";
Wrap a handler function to generate middleware that can be used with an oak
Router
. This allows the handler to deal with a Fetch API standard
{@link Request
} and return a standard {@link Response
}.