Skip to main content
Module

x/http_fns/response/plain_error.ts>plainError

A bunch of functions for building HTTP servers
Go to Latest
function plainError
import { plainError } from "https://deno.land/x/http_fns@v0.0.27/response/plain_error.ts";

Parameters

status: number
statusText: string
optional
message: string