()
| 108 | Object.defineProperties(_Request.prototype, { |
| 109 | ip: { |
| 110 | get () { |
| 111 | const addrs = proxyAddr.all(this.raw, proxyFn) |
| 112 | return addrs[addrs.length - 1] |
| 113 | } |
| 114 | }, |
| 115 | ips: { |
| 116 | get () { |
nothing calls this directly
no test coverage detected