Forum: Python Aug 15th, 2005 |
| Replies: 2 Views: 13,674 Here is a small module/httpwrapper that I wrote that parses GET, POST and SERVER data and stores seperate lists of keys, values and a dict of pairs of each.
# Alexander Sherwin
# 08/14/2005 v1.2... |