python import requests from pprint import pprint a...
# general
s
python import requests from pprint import pprint as pp r = requests.get('https://something') pp(dict(r.headers))