MCPcopy Create free account
hub / github.com/ActiveState/code / HttpIo

Class HttpIo

recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237 pass
238
239class HttpIo(Io):
240 def __init__(self, target=None):
241 self._validateTarget(target)
242 self.target = urllib2.urlopen(target)
243
244class FtpIo(HttpIo):
245 pass

Callers 1

recipe-578907.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected