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

Usage

import * as denoFetchevent from "https://raw.githubusercontent.com/lucacasonato/deno-fetchevent/master/mod.ts";

§Classes

Server

§Functions

listenAndServe

Start an HTTP server with given options and event handler

listenAndServeTLS

Start an HTTPS server with given options and event handler

serve

Start an HTTP server with given options

serveTLS

Start an HTTPS server with given options

§Interfaces

FetchEvent

§Type Aliases

HTTPOptions

Options for creating an HTTP server.

HTTPSOptions

Options for creating an HTTPS server.