mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
f0e327f979
The underlying httplib already allows passing an open file object as body to its HTTPConnection.request method. I think requests should allow that as well.