Skip to main content
Go to Latest
type alias HttpResponse
Re-export
import { type HttpResponse } from "https://deno.land/x/adoublef@0.0.1/mod.ts";

Type Parameters

T extends keyof Status
definition: { status: T; statusText: Status[T]; }