I want to know how much of battery is drained if we do X no. of HTTP request. Putting it in different way, if I want to let the iPhone battery be drained by 10% how many HTTP request I have to make ?
Just to make clear how I want to approach this calculation - it is perfect if the power usage during the handling of the response is not counted. If it is counted the answer would vary depending on the response length making it subjective and scenario driven answer.
The purpose is to let developer optimize as how much http request are justified, but they can do it only if they know the numbers.