I have a situation where I need to make 4 http requests, which should work in concatenation (one takes the output of the previous as input).
I read about the concatMap operator, but I was wondering about if there was a cleaner way to achieve the result.