import { oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { FlashServer } = oak;
A server abstraction which manages requests from Deno's flash server.
You can pass the class as the server
property when constructing a new
application to force the application to use Deno's flash server.
Constructors
new
FlashServer(app: Application<any>, options: FlashServerOptions)Methods
close(): Promise<void>
listen(): Promise<Listener>
[Symbol.asyncIterator](): AsyncIterableIterator<HttpRequest>