Skip to main content
Module

x/status/mod.ts

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
File
// Copyright 2020 Filippo Rossi. All rights reserved. MIT license.
export { status, Status } from "./status.ts";export * from "./codes.ts";