Skip to main content
Module

x/aleph/server/api.ts>PostAPIRequest

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

Constructors

new
PostAPIRequest(
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