Skip to main content
Module

x/oak/application.ts>ApplicationListenEvent

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
Extremely Popular
Latest
class ApplicationListenEvent
extends Event
import { ApplicationListenEvent } from "https://deno.land/x/oak@v16.0.0/application.ts";

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

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)

Properties

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