Skip to main content
Module

std/http/server.ts>HTTPOptions

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias HTTPOptions
import { type HTTPOptions } from "https://deno.land/std@v0.56.0/http/server.ts";

Options for creating an HTTP server.

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