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