Package linspector :: Package lib :: Package service :: Module htmlcontent
[hide private]
[frames] | no frames]

Source Code for Module linspector.lib.service.htmlcontent

 1  """ 
 2  The htmlcontent service in pure Python. STUPID NAME!!! 
 3  """ 
 4   
 5  # http://pycurl.sourceforge.net/ --- seems old... 
 6  # http://www.angryobjects.com/2011/10/15/http-with-python-pycurl-by-example/ 
 7  # 
 8  # maybe better: http://docs.python.org/2/library/urllib.html 
 9  # 
10  # or look at tcpconnect.py! could be useful to. 
11