How to handle class instance that send through HTTP request?

后端 未结 0 423
Happy的楠姐
Happy的楠姐 2021-02-01 01:56

I have the class:

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题