2016年3月16日

urllib3 ProxyManager

摘要: ProxyManager is an HTTP proxy-aware subclass of PoolManager. It produces a singleHTTPConnectionPool instance for all HTTP connections and individual p 阅读全文

posted @ 2016-03-16 17:26 fqzhang 阅读(1414) 评论(0) 推荐(0) 编辑

urllib3 PoolManager

摘要: A pool manager is an abstraction for a collection of ConnectionPools.If you need to make requests to multiple hosts, then you can use a PoolManager, w 阅读全文

posted @ 2016-03-16 14:16 fqzhang 阅读(1848) 评论(0) 推荐(0) 编辑

urllib3 ConnectionPools

摘要: A connection pool is a container for a collection of connections to a specific host.If you need to make requests to the same host repeatedly, then you 阅读全文

posted @ 2016-03-16 13:16 fqzhang 阅读(844) 评论(0) 推荐(0) 编辑

A taste of urllib3

摘要: My favourite way to express my thoughts or ideas is writing code. 阅读全文

posted @ 2016-03-16 11:04 fqzhang 阅读(168) 评论(0) 推荐(0) 编辑

导航