Multiple requests can now be issued over a single connection. Example: python async with await pywreck.Connection.create("www.example.com") as conn: for _ in range(2): response = await conn.request("HEAD", "/") print(response)
0.2.1
Support for Python 3.10
Added support and pypi classifiers for python 3.10