import * as mod from "https://dotland.deno.dev/x/oak@14.2.0/send.ts"; Contains the send function which can be used to send static assets while supporting a range of HTTP capabilities. This is integrated into the oak context via the .send() method. FunctionsfsendAsynchronously fulfill a response with a file from the local file system. InterfacesISendOptionsOptions which can be specified when using the send middleware.