arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link

WS support #22

Closed ajoino closed 3 years ago

ajoino commented 3 years ago

Add WS support. Current plan is to introduce a FastAPI provider and consumer that which implements WS natively. This will introduce some changes to the Response and Request objects.

ajoino commented 3 years ago

Support added in #25