export class ScramjetHeaders { headers = {}; set(key: string, v: string) { this.headers[key.toLowerCase()] = v; } }