Skip to main content
method Headers.prototype.forEach

Parameters

callbackfn: (
value: string,
key: string,
parent: this,
) => void
optional
thisArg: any