Simple HTTP Proxy with Python: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 October 2018

  • curprev 17:2917:29, 9 October 2018Michael Murtaugh talk contribs 991 bytes +991 Created page with "<source lang="python"> #!/usr/bin/python3 import os, sys # from urllib.parse import urlparse # from urllib.request import urlopen import urllib.request # import cgi # cgi.pr..."