Skip to main content
Module

x/acorn/mod.ts>FlashHttpServer

A focused RESTful server framework for Deno 🌰🦕
Go to Latest
class FlashHttpServer
implements Server
import { FlashHttpServer } from "https://deno.land/x/acorn@0.1.1/mod.ts";

Constructors

new
FlashHttpServer(errorTarget: EventTarget, options: ListenOptions | ListenTlsOptions)

Methods

close(): Promise<void>
listen(): Promise<Listener>
[Symbol.asyncIterator](): AsyncIterableIterator<RequestEvent>