Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/vendor/https/deno.land/std/http/server.ts>HTTPOptions

A better Deno framework to create web application.
Go to Latest
type alias HTTPOptions
import { type HTTPOptions } from "https://deno.land/x/abc@v1.3.1/vendor/https/deno.land/std/http/server.ts";

Options for creating an HTTP server.

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