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

Options for creating an HTTP server.

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