Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface ResponseForRequest
import { type ResponseForRequest } from "https://deno.land/x/pptr@1.2.0/src/HTTPRequest.ts";

Required response data to fulfill a request with.

Properties

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