Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/http.ts>Server

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

Parameters

optional
handler: ServerHandler

Returns

ServerImpl