Skip to main content
Module

x/http_utils/response.ts

HTTP utility collection for Fetch API
Go to Latest
import * as httpUtils from "https://deno.land/x/http_utils@1.0.0-beta.14/response.ts";

Functions

Check two Response fields equality.

Whether the value is Response or not.

Safely returns a Response object. Wraps operations that may cause errors and returns a 500 internal server error response if an error occurs.