Websocket Client #232
Replies: 1 comment 1 reply
-
Hi @kamakazikamikaze For example, I cannot imagine maintaining also an HTTP 2 client (right now only HTTP 1.1 is supported). Can you please tell me what kind of features you would like to have built-in? Maybe it's possible to add more features leveraging the built-in support for dependency injection, using the |
Beta Was this translation helpful? Give feedback.
-
I found this project yesterday and am really excited to refactor some existing projects of mine to use this instead.
One thing that prevents me from doing so is the lack of a Websocket Client. Some other libraries, like Tornado and AIOHTTP, include this feature.
I see that the server-side implementation of Websockets was added not too long ago. Is there a plan to add a Websocket client?
Beta Was this translation helpful? Give feedback.
All reactions