Skip to main content
Module

x/dactyl/HttpStatus.ts>HttpStatus

Web framework for Deno, built on top of Oak 🦇
Latest
function HttpStatus
import { HttpStatus } from "https://deno.land/x/dactyl@v0.1.0-alpha/HttpStatus.ts";

HttpStatus MethodDecorator specifies the default response code of a given controller action, E.g.

Parameters

code: Status

Returns

MethodDecorator