Skip to main content
Module

x/aleph/project.ts>Project#callAPI

The Full-stack Framework in Deno.
Very Popular
Go to Latest
method Project.prototype.callAPI
import { Project } from "https://deno.land/x/aleph@v0.2.21/project.ts";

Parameters

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

Returns

Promise<APIHandler | null>