We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c08fcb commit 4bfefc5Copy full SHA for 4bfefc5
1 file changed
src/directives.ts
@@ -13,6 +13,7 @@ export default class Directives {
13
});
14
15
req.on("response", (headers, flags) => {
16
+ // tslint:disable-next-line:forin
17
for (const name in headers) {
18
console.log(`${name}: ${headers[name]}`);
19
}
0 commit comments