Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias HTTPOptions
import { type HTTPOptions } from "https://deno.land/x/dem@0.9.2/example/simple/vendor/https/deno.land/std/http/server.ts";

Options for creating an HTTP server.

definition: Omit<Deno.ListenOptions, "transport">