i2p
.eep
index
d:\code\i2p\i2p\eep.py
Eeproxy Python API
Modules
urllib2
Functions
urlget
(url, eepaddr
='127.0.0.1:4444'
)
Get contents of an eepsite.
Example:
urlget
('
http://duck.i2p/
').
urlopen
(url, eepaddr
='127.0.0.1:4444'
)
Like urllib2.
urlopen
(url), but only works for eep-sites.
Example: f =
urlopen
('
http://duck.i2p/index.html
')
Data
eepaddr
= '127.0.0.1:4444'