Async HTTP request fallback
I’m trying to implement ‘Fallback’ functionality (try a different endpoint if the original one fails) using the async-http-client library. The below code is functional and works locally, tested against a small set of requests.