Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fastro/mod.ts>HttpServer#options

Fast and simple web application framework for deno
Go to Latest
method HttpServer.prototype.options
Re-export
import { HttpServer } from "https://deno.land/x/fastro@v0.75.8/mod.ts";

Parameters

path: string
...handler: Array<HandlerArgument>