Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>ResponseForRequest

Headless Chrome Deno API
Latest
interface ResponseForRequest
import { type ResponseForRequest } from "https://deno.land/x/pptr@1.2.0/mod.ts";

Required response data to fulfill a request with.

Properties

status: number
headers: Record<string, string>
contentType: string
body: string | Uint8Array