Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44037 > unrolled thread

How to get urllib2 HTTPConnection object, use httplib methods?

Started byBrian Raymond <padrino121@email.com>
First post2013-04-21 22:33 -0400
Last post2013-04-21 22:33 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  How to get urllib2 HTTPConnection object, use httplib methods? Brian Raymond <padrino121@email.com> - 2013-04-21 22:33 -0400

#44037 — How to get urllib2 HTTPConnection object, use httplib methods?

FromBrian Raymond <padrino121@email.com>
Date2013-04-21 22:33 -0400
SubjectHow to get urllib2 HTTPConnection object, use httplib methods?
Message-ID<mailman.899.1366607820.3114.python-list@python.org>
I have a httplib based application and in an effort to find a quick way to start leveraging urllib2, including NTLM authentication (via python-ntlm) I am hoping there is a way to utilize an HTTPConnection object opened by urllib2. 

The goal is to change the initial opener to use urllib2, after that continue to use httplib methods.

Thanks. 

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web