摘要: class Transport: """Handles an HTTP transaction to an XML-RPC server.""" # client identifier (may be overridden) user_agent = "xmlrpclib.py/%s (by www.pythonware.com)" % __version__ #if true, we'll request gzip encoding accept_gzip_encoding = True # if pos 阅读全文
posted @ 2014-01-01 14:52 炉石传说 阅读(519) 评论(0) 推荐(0)