Skip to main content
Module

x/abc/deps.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.0.0-rc7/deps.ts";

Options for creating an HTTP server.

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