Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class Request
extends Body
import { Request } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Constructors

new
Request(input: Request | string, init?: RequestInit | Request)

Properties

readonly
optional
cf: IncomingRequestCfProperties

In addition to the properties on the standard Request object, the cf object contains extra information about the request provided by Cloudflare's edge.

Returns undefined when accessed in the playground.

readonly
fetcher: Fetcher | null
readonly
headers: Headers
readonly
method: string
readonly
redirect: string
readonly
signal: AbortSignal
readonly
url: string