Skip to main content
Module

x/http_fns/response/replace_body.ts>replaceBody

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

Duplicate the given Response, replacing its body with the given body.

Parameters

body: BodyInit | null