Python Requests Get Response Body

How to extract HTTP response body from a Python requests … I’m using the Python requests library. I’m trying to figure out how to extract the actual HTML body from a response. The code looks a bit like this: r = (… ) print ntent This should indeed print lots […]