Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/cli/js/web/request.ts>Request

A modern runtime for JavaScript and TypeScript.
Go to Latest
class Request
implements [domTypes.Request]
import { Request } from "https://deno.land/x/deno@v1.0.0/cli/js/web/request.ts";

Constructors

new
Request(input: domTypes.RequestInfo, init?: domTypes.RequestInit)

Properties

optional
credentials: "omit" | "same-origin" | "include"
headers: Headers
method: string
url: string

Methods

clone(): domTypes.Request