Skip to main content
Module

x/dropserver_app/mod.ts

Library that helps you create Dropserver applications
Latest
import * as dropserverApp from "https://deno.land/x/dropserver_app@v0.2.1/mod.ts";

Classes

Class that provides facilites to interact with Dropserver host.

Class that helps create a Migrations object.

RoutesBuilder is a convenience class that helps you create application routes for the createApp function using a a familiar pattern.

Enums

Authorization categories

Functions

Initialize the application

Interfaces

AppConfig is what the app code provides to Dropserver to create an app

Context is passed to app's request handlers.