import * as oak from "https://deno.land/x/oak@v12.2.0/types.d.ts";
Type Aliases
T Data | |
A HTTP status that is an error (4XX and 5XX). | |
T Key | |
A HTTP status that is a redirect (3XX). | |
import * as oak from "https://deno.land/x/oak@v12.2.0/types.d.ts";
T Data | |
A HTTP status that is an error (4XX and 5XX). | |
T Key | |
A HTTP status that is a redirect (3XX). | |