urllib3 1.5

urllib3 is a Python HTTP library with thread-safe connection pooling and file post support.Highlights: * Re-use the same socket connection for multiple requests (HTTPConnectionPool) * File posting (encode_multipart_formdata) * Built-in...