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

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

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Application.prototype.getPageHTML
Re-export
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.31/server/mod.ts";

get ssr page

Parameters

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

Returns

Promise<[number, string]>