Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/snel/imports/http.ts>HTTPOptions

A Cybernetical framework for svelte applications in deno
Latest
type alias HTTPOptions
Deprecated
Deprecated

Options for creating an HTTP server.

import { type HTTPOptions } from "https://deno.land/x/snel@v0.7.1/imports/http.ts";
deprecated
definition: Omit<Deno.ListenOptions, "transport">