(asStrings)
| 72177 | self2[normalized] = normalizeValue2(value); |
| 72178 | headers[normalized] = true; |
| 72179 | }); |
| 72180 | return this; |
| 72181 | } |
| 72182 | concat(...targets) { |
| 72183 | return this.constructor.concat(this, ...targets); |
| 72184 | } |
| 72185 | toJSON(asStrings) { |
| 72186 | const obj = /* @__PURE__ */ Object.create(null); |
| 72187 | utils_default.forEach(this, (value, header) => { |
| 72188 | value != null && value !== false && (obj[header] = asStrings && utils_default.isArray(value) ? value.join(", ") : value); |
no test coverage detected