Skip to main content
Module

x/acorn/deps.ts

A focused RESTful server framework for Deno πŸŒ°πŸ¦•
Go to Latest
File
// Copyright 2022 the oak authors. All rights reserved.
export { createHttpError, errors, type HttpError, isHttpError,} from "https://deno.land/std@0.152.0/http/http_errors.ts";export { isClientErrorStatus, isErrorStatus, isInformationalStatus, isRedirectStatus, isServerErrorStatus, isSuccessfulStatus, Status, STATUS_TEXT,} from "https://deno.land/std@0.152.0/http/http_status.ts";export { contentType } from "https://deno.land/std@0.152.0/media_types/mod.ts";export { accepts } from "https://deno.land/std@0.152.0/http/negotiation.ts";
export { Cookies } from "https://deno.land/x/oak_commons@0.3.1/cookies.ts";export { type Data as SigningData, type Key as SigningKey, type KeyRing,} from "https://deno.land/x/oak_commons@0.3.1/types.d.ts";