Results 3 comments of JM

Would like to see this too 👍

possible fix after setting session ``` self.session = requests.Session() """Default headers are set by session and spread them with custom headers when needed""" if header_template is not None: self.session.headers =...