x/oak/application.ts

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Very Popular
Latest
class ApplicationListenEvent
extends Event
import { ApplicationListenEvent } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/application.ts?s=ApplicationListenEvent";

An event that occurs when the application starts listening for requests.

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)
[src]

Properties

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