bee6636
1
2
3
4
5
6
7
8
export class ScramjetHeaders { headers = {}; set(key: string, v: string) { this.headers[key.toLowerCase()] = v; } }