method Client.prototype.headimport { Client } from "https://deno.land/x/darkflare@v7.2.0/client/mod.ts"; head<T extends Type>(url: string, options: { headers?: Record<string, string>; })Type ParametersT extends TypeParametersurl: stringoptions: { headers?: Record<string, string>; }