(R, trustProxy)
| 60 | } |
| 61 | |
| 62 | function buildRequest (R, trustProxy) { |
| 63 | if (trustProxy) { |
| 64 | return buildRequestWithTrustProxy(R, trustProxy) |
| 65 | } |
| 66 | |
| 67 | return buildRegularRequest(R) |
| 68 | } |
| 69 | |
| 70 | function buildRegularRequest (R) { |
| 71 | const props = R.props.slice() |
no test coverage detected