Skip to main content
Module

x/azure_functions/worker_deps.ts

Run Deno 🦕 on Azure Functions ⚡️
Latest
import * as azureFunctions from "https://deno.land/x/azure_functions@v0.9.0/worker_deps.ts";

Classes

A class which registers middleware (via .use()) and then processes inbound requests against that middleware (via .listen()).

Provides context about the current request and response to middleware functions.

An interface for registering middleware that will run when certain HTTP methods and paths are requested, as well as provides a way to parameterize parts of the requested path.