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

x/oak_http_proxy/test/deps.ts>Oak.ErrorStatus

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
type alias Oak.ErrorStatus
import { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ErrorStatus } = Oak;

An HTTP status that is an error (4XX and 5XX).

definition: ClientErrorStatus | ServerErrorStatus