x/oak/application.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
class ApplicationListenEvent
extends Event
import { ApplicationListenEvent } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/application.ts?s=ApplicationListenEvent";

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)
[src]

Properties

hostname: string[src]
listener: Listener[src]
port: number[src]
secure: boolean[src]
serverType: "native" | "flash" | "custom"[src]