Skip to main content
Module

x/oak/http_server_flash.ts>FlashServer

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
class FlashServer
implements Server<HttpRequest>
import { FlashServer } from "https://deno.land/x/oak@v11.1.0/http_server_flash.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>