Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/danet/src/deps.ts>ApplicationListenEvent

A Savory web framework for Deno heavily inspired by Nest
Go to Latest
class ApplicationListenEvent
extends Event
import { ApplicationListenEvent } from "https://deno.land/x/danet@1.7.3/src/deps.ts";

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)

Properties

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