Skip to main content
Go to Latest
function createCommonResponse
import { createCommonResponse } from "https://deno.land/std@0.177.0/http/util.ts";

Internal utility for returning a standardized response, automatically defining the body, status code and status text, according to the response type.

Parameters

status: Status
optional
body: BodyInit | null
optional
init: ResponseInit