HTTPServer.prototype.put(path: string,handler: RouteHandler): void
Usage
import HTTPServer from "lib/servers/http.ts";
HTTPServer.prototype.put(path: string,handler: RouteHandler): void
import HTTPServer from "lib/servers/http.ts";