salesforce / best

:trophy: Delightful Benchmarking & Performance Testing
https://opensource.salesforce.com/best
MIT License
95 stars 10 forks source link

feat: add support for http proxy in REST DB Adapter #302

Closed dbajric closed 2 years ago

dbajric commented 2 years ago

Details

The previously-used node-fetch library does not support proxies. With this change, the results can be pushed to the frontend over an HTTP proxy.

Does this PR introduce a breaking change?