(headers)
| 9108 | } |
| 9109 | [kDestroy]() { |
| 9110 | return __async(this, null, function* () { |
| 9111 | yield this[kAgent].destroy(); |
| 9112 | yield this[kClient].destroy(); |
| 9113 | }); |
| 9114 | } |
| 9115 | }; |
| 9116 | _getUrl = new WeakSet(); |
| 9117 | getUrl_fn = function(opts) { |
| 9118 | if (typeof opts === "string") { |
| 9119 | return new URL2(opts); |
| 9120 | } else if (opts instanceof URL2) { |
| 9121 | return opts; |
| 9122 | } else { |