Are Python's AsyncIO protocols necessary for writing an async HTTP library? -


i'm writing neat little async http library python ported (yet more robust) version of standard library's included http utilities. keep coming trying figure out whether necessary write protocol subclass or implement streamreader/streamwriter.

i have done amount of reading through peps , not. i'm kind of person comes here absolute last resort because hate asking unnecessary questions or preventing need receiving it. thank in advance exceptional advice , wisdom, friends :)

reader/writer pair should enough. while use own implementation in aiohttp some, (partially historic) reasons.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -