Skip to main content
Module

x/netzo/mod.ts

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.
Popular
Go to Latest
import * as netzo from "https://deno.land/x/netzo@v0.1.46/mod.ts";

Enums

Standard HTTP status codes.

Variables

Auth hook to mutate context based on authorization.type

Constructor function for the Netzo SDK.

A record of all the status codes text.

Functions

Minimal, type-safe REST client using JS proxies

f
h

Converts an object literal to a JSON string and returns a Response with application/json as the content-type.

Renders JSX components to HTML and returns a Response with text/html as the content-type.

serve() registers "fetch" event listener and invokes the provided route handler for the route with the request as first argument and processed path params as the second.

Serve static files hosted on the internet or relative to your source code.

Validate whether the incoming request meets the provided terms.