method ServerResponse.prototype.writeHeadimport { ServerResponse } from "https://dotland.deno.dev/std@0.177.0/node/http.ts"; writeHead(status: number, headers: Record<string, string>)Parametersstatus: numberheaders: Record<string, string>