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

x/netzo/auth/utils/http.ts

Deno-powered framework for building business web apps
Go to Latest
import * as netzo from "https://deno.land/x/netzo@0.4.10/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).