Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias SuccessfulStatus
import { type SuccessfulStatus } from "https://deno.land/x/fathym_eac_runtime@v0.0.140/src/src.deps.ts";

An HTTP status that is a success (2XX).

definition:
| STATUS_CODE.OK
| STATUS_CODE.Created
| STATUS_CODE.Accepted
| STATUS_CODE.NonAuthoritativeInfo
| STATUS_CODE.NoContent
| STATUS_CODE.ResetContent
| STATUS_CODE.PartialContent
| STATUS_CODE.MultiStatus
| STATUS_CODE.AlreadyReported
| STATUS_CODE.IMUsed