Closed netanelkl closed 9 years ago
Since the requests library does not expect you to alter the headers outside of the standard API, a simple solution, even though probably not the cleanest one, is to make sure only native strings are being passed in.
thoughts?
Since the requests library does not expect you to alter the headers outside of the standard API, a simple solution, even though probably not the cleanest one, is to make sure only native strings are being passed in.