I\'m trying to parse the result of a HEAD request done using the Python Requests library, but can\'t seem to access the response content.
According to the docs, I sh
HEAD responses have no body. They only return HTTP headers, the same you would get using a GET request.