Skip to main content
Module

x/pogo/lib/types.ts>ServerOptions

Server framework for Deno
Latest
interface ServerOptions
import { type ServerOptions } from "https://deno.land/x/pogo@v0.6.0/lib/types.ts";

Properties

optional
catchAll: RouteHandler
optional
certFile: string
optional
hostname: string
optional
keyFile: string
optional
port: number