What's the "cgiutil" ? web-server/06-simple-cgi/testquery.py
Closed this issue · 1 comments
songron commented
web-server/06-simple-cgi/testquery.py
import time, cgiutil
rawData = cgiutil.getRawCgiData()
params = cgiutil.parseCgiData(rawData)
cgiutil is not in the standard library, and I can't find it by google.
Could anyone explain where I can find it?
MichaelDiBernardo commented
@gvwilson would you like to comment?