Module

x/hono/client/types.ts>ClientResponse

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
interface ClientResponse
import { type ClientResponse } from "https://dotland.deno.dev/x/hono@v3.9.1/client/types.ts";

Properties

ok: boolean
status: number
statusText: string
headers: Headers
url: string

Methods

redirect(url: string, status: number): Response
clone(): Response
json(): Promise<BlankRecordToNever<T>>
text(): Promise<string>
blob(): Promise<Blob>
formData(): Promise<FormData>
arrayBuffer(): Promise<ArrayBuffer>