Skip to main content
Module

x/netzo/mod.ts>validateRequest

SDK for Netzo, the open platform to instantly deploy JavaScript and TypeScript to URL endpoints, connect essential APIs, automate business processes and build internal tools faster, without managing servers.
Go to Latest
function validateRequest
import { validateRequest } from "https://deno.land/x/netzo@v0.1.44/mod.ts";

Validate whether the incoming request meets the provided terms.

Returns

Promise<{ error?: { message: string; status: number; }; body?: { [key: string]: unknown; }; }>