pub(super) async fn parse_response<B>(response: Response<B>) -> Result<Response>where B: Body, B::Error: Display,
Shared HTTP response parser (used by h1 and h2).