Change Log:
- Added optional support for HTTP connections using ThirftPy2 HTTPX Client
thriftpy2-httpx-clientwas added as an optional dependency which can be installed automatically with thehttpextra:pip install -U aiohappybase[http]- To use the http client, pass
client='http'toConnection
- Converted all tests to
pytestfromunittest/asynctest - Explicitly declared Python 3.9 support