Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.49/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).