requests
s = requests.Session() s.headers.update({'Authorization': 'auth_data'}) s.get(...) # Will contain Authorization details provided earlier
Last updated
s = requests.Session()
s.headers.update({'Authorization': 'auth_data'})
s.get(...) # Will contain Authorization details provided earlierLast updated