import { RoutesBuilder } from "https://deno.land/x/dropserver_app@v0.2.2/approutes.ts";
RoutesBuilder is a convenience class that helps you create application routes for the createApp function using a a familiar pattern.
Properties
routes: AppRouteInternal[]
Methods
staticFileHandler(opts: StaticOpts): Handler
Create a static file handler with the passed options. Static file handlers created this way are handled by the Dropserver host and do not require a running sandbox, saving resources.