Skip to main content
Module

x/oak_sessions/deps.ts>FlashServer

Session middleware for Oak
Go to Latest
class FlashServer
implements Server<HttpRequest>
import { FlashServer } from "https://deno.land/x/oak_sessions@v4.0.4/deps.ts";

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>