I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a75a999e authored by aum's avatar aum Committed by zzz
Browse files

README file for adapted python server modules

parent 684ef709
No related branches found
No related tags found
No related merge requests found
# This package includes the standard Python socket server modules,
# SocketServer, BaseHTTPServer, SimpleHTTPServer and CGIHTTPServer,
# hacked for compatibility with I2P Sam python sockets.
#
# To avoid clashing the standard python modules, you should
# take care when importing the I2P-ised versions so:
# 'import SocketServer' becomes 'import i2p.SocketServer'
# 'import BaseHTTPServer' -> 'import i2p.BaseHTTPServer'
# 'import SimpleHTTPServer' -> 'import i2p.SimpleHTTPServer'
# 'import CGIHTTPServer' -> 'import i2p.CGIHTTPServer'
#
# Enclosed here is a minimally simple yet working httpd, in file
# 'example_httpd.py'.
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment