Skip to main content
Module

x/aleph/api.ts>AlephAPIRequest

The Full-stack Framework in Deno.
Very Popular
Go to Latest
class AlephAPIRequest
implements APIRequest
import { AlephAPIRequest } from "https://deno.land/x/aleph@v0.1.9/api.ts";

Constructors

new
AlephAPIRequest(
params: Record<string, string>,
)

Properties

cookies: ReadonlyMap<string, string>
readonly
headers: Headers
readonly
method: string
params: ReadonlyMap<string, string>
readonly
proto: string
readonly
protoMajor: number
readonly
protoMinor: number
readonly
url: string