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

x/deco/utils/http.ts

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Go to Latest
import * as deco from "https://deno.land/x/deco@1.35.3/utils/http.ts";

Variables

Parses the specified @param param from querystring of the given @param url. if the parameter is specified so the payload is parsed by decoding the parameter from base64 and parsing as a Json usin JSON.parse, otherwise all query parameters are used to mount an object using the dot notation format (a.b=10 generates { a :{ b:10 }}).