Skip to main content
Module

std/node/http.ts>Server

Deno standard library
Go to Latest
class Server
import { Server } from "https://deno.land/std@0.113.0/node/http.ts";

Constructors

new
Server(handler: ServerHandler)

Properties

handler: ServerHandler

Methods

listen(port: number)