BaseHTTPHandler from the BaseHTTPServer module doesn\'t seem to provide any convenient way to access http request parameters. What is the best way to parse the GET paramete
Have you investigated using libraries like CherryPy? They provide a much quicker path to handling these things than BaseHTTPServer.