We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0a521 commit f28d1fcCopy full SHA for f28d1fc
awscrt/aio/http.py
@@ -28,7 +28,7 @@ class AIOHttpClientConnectionUnified(HttpClientConnectionBase):
28
"""
29
An async unified HTTP client connection for either a HTTP/1 or HTTP/2 connection.
30
31
- Use `AIOHttpClientConnection.new()` to establish a new connection.
+ Use `AIOHttpClientConnectionUnified.new()` to establish a new connection.
32
33
34
@classmethod
@@ -61,7 +61,7 @@ async def new(cls,
61
If None is provided then a proxy is not used.
62
63
Returns:
64
- AIOHttpClientConnection: A new HTTP client connection.
+ AIOHttpClientConnectionUnified: A new unified HTTP client connection.
65
66
future = cls._generic_new(
67
host_name,
0 commit comments