Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hex/src/service/deps.ts>oak.FlashServer

An ecosystem delivering practices, philosophy and portability.
Go to Latest
class oak.FlashServer
implements Server<HttpRequest>
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>