Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/server/mod.ts>Application#getPageHtml

The Full-stack Framework in Deno.
Go to Latest
method Application.prototype.getPageHtml
Re-export
import { Application } from "https://deno.land/x/aleph@0.3.0-alpha.2/server/mod.ts";

Parameters

loc: { pathname: string; search?: string; }

Returns

Promise<[number, string, Record<string, string> | null]>