Skip to main content
Module

x/oak/application.ts>ApplicationListenEvent

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
class ApplicationListenEvent
extends Event
import { ApplicationListenEvent } from "https://deno.land/x/oak@v12.5.0/application.ts";

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)

Properties

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