method HttpServer.prototype.pushRe-exportimport { HttpServer } from "https://deno.land/x/fastro@v0.74.6/mod.ts"; push(method?: string,path?: string,...handler: Array<HandlerArgument>,)Parametersoptionalmethod: stringoptionalpath: string...handler: Array<HandlerArgument>