As far as I see there is no way for a consumer to access the body of a HttpResponse for further handling.
I want to query an REST API Endpoint which is responding with JSON.
Library works great, after I found out how to use a TlsStream instead of a simple TcpStream which was totally unrelated to this library.
Would be great if you could add a way to read the body of a response.