Print environ.cgi: 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.

19 January 2009

  • curprev 18:1018:10, 19 January 2009Michael Murtaugh talk contribs 251 bytes +251 New page: Python's cgi module has a built in function to "dump" the entire environment of an HTTP request. Quite useful for debugging. <source lang="python"> import cgi fs = cgi.FieldStorage() pri...