servant-py icon indicating copy to clipboard operation
servant-py copied to clipboard

Generate treq-using Python client code

Open exarkun opened this issue 6 years ago • 2 comments

requests is great for synchronous http

treq is great for asynchronous http

exarkun avatar Jan 09 '19 18:01 exarkun

requests is great for asynchronous http too, with a help from gevent. Socket implementation should not affect the awesomeness of a higher-level interface :)

coderfromhere avatar Jan 15 '21 13:01 coderfromhere

Okay. Sure. Sounds like that would make a good, separate ticket too.

exarkun avatar Jan 15 '21 13:01 exarkun