import * as oak from "https://deno.land/x/oak@v17.1.3/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.
Interfaces
Options which can be specified when using the |