Skip to main content
Module

x/fastro/mod.ts>HttpServer#push

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

Parameters

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