Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/netzo/plugins/auth/utils/http.ts

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.4.87/plugins/auth/utils/http.ts";

Functions

Returns the values and cursor for the resource of a given endpoint. In the backend, the request handler collects these values and cursor by iterating through a Deno.KvListIterator

Returns the cursor URL parameter value of the given URL.

Returns a response that redirects the client to the given location (URL).