Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.0/src/deps.ts";

Constructors

new
ApplicationListenEvent(eventInitDict: ApplicationListenEventInit)

Properties

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