Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

HTTPOptions

import type { HTTPOptions } from "https://raw.githubusercontent.com/lucacasonato/deno-fetchevent/master/mod.ts";

Options for creating an HTTP server.

type HTTPOptions = Omit<Deno.ListenOptions, "transport">;

§Type

§
Omit<Deno.ListenOptions, "transport">
[src]