Jak przekazać nagłówek w żądaniach

import requests
r=requests.get("http://www.example.com/", headers={"content-type":"text"})
Salo Hopeless