I have the class:
class ApplicationServer(BaseHTTPRequestHandler): def do_POST(self): try: content_type, post_dict = parse_header(self.hea