import { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts";
Set status code
.
This method deviates from Express due to the naming clash
with Deno.OpineResponse status
property.
Parameters
code: Status
x/opine/src/response.ts>Response#setStatus
import { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts";
Set status code
.
This method deviates from Express due to the naming clash
with Deno.OpineResponse status
property.