Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function createCommonResponse
Deprecated
Deprecated

(will be removed after 0.210.0)

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

import { createCommonResponse } from "https://deno.land/std@0.205.0/http/util.ts";

Parameters

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