Determining if an `HttpClientResponse` is a stream
Given an instance of
HttpClientResponse is there any straight forward way to determine if the response is a stream? Using the response header (content type === "application/octet-stream") seems like a method although I'm not sure it's the best method.