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

x/levo/mod/levo-serve.ts>LevoServeRequest

Server side rendering with The Elm Architecture in Deno
Latest
type alias LevoServeRequest
import { type LevoServeRequest } from "https://deno.land/x/levo@v0.0.27/mod/levo-serve.ts";

Type Parameters

Environment
definition: { url: string; body: Uint8Array; contentLength: number | null; method: string; proto: string; protoMajor: number; protoMinor: number; headers: Headers; search: string; environment: Environment; }