method HttpServer.prototype.putimport { HttpServer } from "https://deno.land/x/fastro@v0.74.0/http/server.ts"; put(path: string, ...handler: Array<HandlerArgument>)Parameterspath: string...handler: Array<HandlerArgument>