asynchat
asynchat — Asynchronous socket command/response handler
Source code: Lib/asynchat.py
This module builds on the asyncore
infrastructure, simplifying asynchronous clients and servers and making it easier to handle protocols whose elements are terminated by arbitrary strings, or are of variable length. asynchat
defines the abstract class 登录查看完整内容