Receive

Time spent reading the response body after the first byte arrived.

This covers the rest of the download once the server has started responding: large response bodies, slow client-side bandwidth, or a server that streams a response slowly (chunked encoding, a slow generator) all show up here rather than in wait, because wait ends the moment the first byte is seen.

Other timing phases