Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- lib/python3.12/site-packages/aiohttp/.hash/_cparser.pxd.hash +1 -0
- lib/python3.12/site-packages/aiohttp/.hash/_find_header.pxd.hash +1 -0
- lib/python3.12/site-packages/aiohttp/.hash/_http_parser.pyx.hash +1 -0
- lib/python3.12/site-packages/aiohttp/.hash/_http_writer.pyx.hash +1 -0
- lib/python3.12/site-packages/aiohttp/.hash/hdrs.py.hash +1 -0
- lib/python3.12/site-packages/aiohttp/__init__.py +278 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/__init__.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/_cookie_helpers.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/abc.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/base_protocol.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client_exceptions.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client_middleware_digest_auth.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client_middlewares.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client_proto.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client_reqrep.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/client_ws.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/compression_utils.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/connector.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/cookiejar.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/formdata.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/hdrs.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/helpers.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/http.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/http_exceptions.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/http_parser.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/http_websocket.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/http_writer.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/log.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/multipart.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/payload.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/payload_streamer.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/pytest_plugin.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/resolver.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/streams.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/tcp_helpers.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/test_utils.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/tracing.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/typedefs.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_app.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_exceptions.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_fileresponse.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_log.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_middlewares.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_protocol.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_request.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_response.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_routedef.cpython-312.pyc +0 -0
- lib/python3.12/site-packages/aiohttp/__pycache__/web_runner.cpython-312.pyc +0 -0
lib/python3.12/site-packages/aiohttp/.hash/_cparser.pxd.hash
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
5276d46021e0e0d7577e0c9155800cbf62932d60a50783fec42aefb63febedec /home/runner/work/aiohttp/aiohttp/aiohttp/_cparser.pxd
|
lib/python3.12/site-packages/aiohttp/.hash/_find_header.pxd.hash
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
d067f01423cddb3c442933b5fcc039b18ab651fcec1bc91c577693aafc25cf78 /home/runner/work/aiohttp/aiohttp/aiohttp/_find_header.pxd
|
lib/python3.12/site-packages/aiohttp/.hash/_http_parser.pyx.hash
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
f9823c608638b8a77fec1c2bd28dc5c043f08c775ec59e7e262dd74b4ebb7384 /home/runner/work/aiohttp/aiohttp/aiohttp/_http_parser.pyx
|
lib/python3.12/site-packages/aiohttp/.hash/_http_writer.pyx.hash
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
56514404ce87a15bfc6b400026d73a270165b2fdbe70313cfa007de29ddd7e14 /home/runner/work/aiohttp/aiohttp/aiohttp/_http_writer.pyx
|
lib/python3.12/site-packages/aiohttp/.hash/hdrs.py.hash
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
dab8f933203eeb245d60f856e542a45b888d5a110094620e4811f90f816628d1 /home/runner/work/aiohttp/aiohttp/aiohttp/hdrs.py
|
lib/python3.12/site-packages/aiohttp/__init__.py
ADDED
|
@@ -0,0 +1,278 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__version__ = "3.13.3"
|
| 2 |
+
|
| 3 |
+
from typing import TYPE_CHECKING, Tuple
|
| 4 |
+
|
| 5 |
+
from . import hdrs as hdrs
|
| 6 |
+
from .client import (
|
| 7 |
+
BaseConnector,
|
| 8 |
+
ClientConnectionError,
|
| 9 |
+
ClientConnectionResetError,
|
| 10 |
+
ClientConnectorCertificateError,
|
| 11 |
+
ClientConnectorDNSError,
|
| 12 |
+
ClientConnectorError,
|
| 13 |
+
ClientConnectorSSLError,
|
| 14 |
+
ClientError,
|
| 15 |
+
ClientHttpProxyError,
|
| 16 |
+
ClientOSError,
|
| 17 |
+
ClientPayloadError,
|
| 18 |
+
ClientProxyConnectionError,
|
| 19 |
+
ClientRequest,
|
| 20 |
+
ClientResponse,
|
| 21 |
+
ClientResponseError,
|
| 22 |
+
ClientSession,
|
| 23 |
+
ClientSSLError,
|
| 24 |
+
ClientTimeout,
|
| 25 |
+
ClientWebSocketResponse,
|
| 26 |
+
ClientWSTimeout,
|
| 27 |
+
ConnectionTimeoutError,
|
| 28 |
+
ContentTypeError,
|
| 29 |
+
Fingerprint,
|
| 30 |
+
InvalidURL,
|
| 31 |
+
InvalidUrlClientError,
|
| 32 |
+
InvalidUrlRedirectClientError,
|
| 33 |
+
NamedPipeConnector,
|
| 34 |
+
NonHttpUrlClientError,
|
| 35 |
+
NonHttpUrlRedirectClientError,
|
| 36 |
+
RedirectClientError,
|
| 37 |
+
RequestInfo,
|
| 38 |
+
ServerConnectionError,
|
| 39 |
+
ServerDisconnectedError,
|
| 40 |
+
ServerFingerprintMismatch,
|
| 41 |
+
ServerTimeoutError,
|
| 42 |
+
SocketTimeoutError,
|
| 43 |
+
TCPConnector,
|
| 44 |
+
TooManyRedirects,
|
| 45 |
+
UnixConnector,
|
| 46 |
+
WSMessageTypeError,
|
| 47 |
+
WSServerHandshakeError,
|
| 48 |
+
request,
|
| 49 |
+
)
|
| 50 |
+
from .client_middleware_digest_auth import DigestAuthMiddleware
|
| 51 |
+
from .client_middlewares import ClientHandlerType, ClientMiddlewareType
|
| 52 |
+
from .compression_utils import set_zlib_backend
|
| 53 |
+
from .connector import (
|
| 54 |
+
AddrInfoType as AddrInfoType,
|
| 55 |
+
SocketFactoryType as SocketFactoryType,
|
| 56 |
+
)
|
| 57 |
+
from .cookiejar import CookieJar as CookieJar, DummyCookieJar as DummyCookieJar
|
| 58 |
+
from .formdata import FormData as FormData
|
| 59 |
+
from .helpers import BasicAuth, ChainMapProxy, ETag
|
| 60 |
+
from .http import (
|
| 61 |
+
HttpVersion as HttpVersion,
|
| 62 |
+
HttpVersion10 as HttpVersion10,
|
| 63 |
+
HttpVersion11 as HttpVersion11,
|
| 64 |
+
WebSocketError as WebSocketError,
|
| 65 |
+
WSCloseCode as WSCloseCode,
|
| 66 |
+
WSMessage as WSMessage,
|
| 67 |
+
WSMsgType as WSMsgType,
|
| 68 |
+
)
|
| 69 |
+
from .multipart import (
|
| 70 |
+
BadContentDispositionHeader as BadContentDispositionHeader,
|
| 71 |
+
BadContentDispositionParam as BadContentDispositionParam,
|
| 72 |
+
BodyPartReader as BodyPartReader,
|
| 73 |
+
MultipartReader as MultipartReader,
|
| 74 |
+
MultipartWriter as MultipartWriter,
|
| 75 |
+
content_disposition_filename as content_disposition_filename,
|
| 76 |
+
parse_content_disposition as parse_content_disposition,
|
| 77 |
+
)
|
| 78 |
+
from .payload import (
|
| 79 |
+
PAYLOAD_REGISTRY as PAYLOAD_REGISTRY,
|
| 80 |
+
AsyncIterablePayload as AsyncIterablePayload,
|
| 81 |
+
BufferedReaderPayload as BufferedReaderPayload,
|
| 82 |
+
BytesIOPayload as BytesIOPayload,
|
| 83 |
+
BytesPayload as BytesPayload,
|
| 84 |
+
IOBasePayload as IOBasePayload,
|
| 85 |
+
JsonPayload as JsonPayload,
|
| 86 |
+
Payload as Payload,
|
| 87 |
+
StringIOPayload as StringIOPayload,
|
| 88 |
+
StringPayload as StringPayload,
|
| 89 |
+
TextIOPayload as TextIOPayload,
|
| 90 |
+
get_payload as get_payload,
|
| 91 |
+
payload_type as payload_type,
|
| 92 |
+
)
|
| 93 |
+
from .payload_streamer import streamer as streamer
|
| 94 |
+
from .resolver import (
|
| 95 |
+
AsyncResolver as AsyncResolver,
|
| 96 |
+
DefaultResolver as DefaultResolver,
|
| 97 |
+
ThreadedResolver as ThreadedResolver,
|
| 98 |
+
)
|
| 99 |
+
from .streams import (
|
| 100 |
+
EMPTY_PAYLOAD as EMPTY_PAYLOAD,
|
| 101 |
+
DataQueue as DataQueue,
|
| 102 |
+
EofStream as EofStream,
|
| 103 |
+
FlowControlDataQueue as FlowControlDataQueue,
|
| 104 |
+
StreamReader as StreamReader,
|
| 105 |
+
)
|
| 106 |
+
from .tracing import (
|
| 107 |
+
TraceConfig as TraceConfig,
|
| 108 |
+
TraceConnectionCreateEndParams as TraceConnectionCreateEndParams,
|
| 109 |
+
TraceConnectionCreateStartParams as TraceConnectionCreateStartParams,
|
| 110 |
+
TraceConnectionQueuedEndParams as TraceConnectionQueuedEndParams,
|
| 111 |
+
TraceConnectionQueuedStartParams as TraceConnectionQueuedStartParams,
|
| 112 |
+
TraceConnectionReuseconnParams as TraceConnectionReuseconnParams,
|
| 113 |
+
TraceDnsCacheHitParams as TraceDnsCacheHitParams,
|
| 114 |
+
TraceDnsCacheMissParams as TraceDnsCacheMissParams,
|
| 115 |
+
TraceDnsResolveHostEndParams as TraceDnsResolveHostEndParams,
|
| 116 |
+
TraceDnsResolveHostStartParams as TraceDnsResolveHostStartParams,
|
| 117 |
+
TraceRequestChunkSentParams as TraceRequestChunkSentParams,
|
| 118 |
+
TraceRequestEndParams as TraceRequestEndParams,
|
| 119 |
+
TraceRequestExceptionParams as TraceRequestExceptionParams,
|
| 120 |
+
TraceRequestHeadersSentParams as TraceRequestHeadersSentParams,
|
| 121 |
+
TraceRequestRedirectParams as TraceRequestRedirectParams,
|
| 122 |
+
TraceRequestStartParams as TraceRequestStartParams,
|
| 123 |
+
TraceResponseChunkReceivedParams as TraceResponseChunkReceivedParams,
|
| 124 |
+
)
|
| 125 |
+
|
| 126 |
+
if TYPE_CHECKING:
|
| 127 |
+
# At runtime these are lazy-loaded at the bottom of the file.
|
| 128 |
+
from .worker import (
|
| 129 |
+
GunicornUVLoopWebWorker as GunicornUVLoopWebWorker,
|
| 130 |
+
GunicornWebWorker as GunicornWebWorker,
|
| 131 |
+
)
|
| 132 |
+
|
| 133 |
+
__all__: Tuple[str, ...] = (
|
| 134 |
+
"hdrs",
|
| 135 |
+
# client
|
| 136 |
+
"AddrInfoType",
|
| 137 |
+
"BaseConnector",
|
| 138 |
+
"ClientConnectionError",
|
| 139 |
+
"ClientConnectionResetError",
|
| 140 |
+
"ClientConnectorCertificateError",
|
| 141 |
+
"ClientConnectorDNSError",
|
| 142 |
+
"ClientConnectorError",
|
| 143 |
+
"ClientConnectorSSLError",
|
| 144 |
+
"ClientError",
|
| 145 |
+
"ClientHttpProxyError",
|
| 146 |
+
"ClientOSError",
|
| 147 |
+
"ClientPayloadError",
|
| 148 |
+
"ClientProxyConnectionError",
|
| 149 |
+
"ClientResponse",
|
| 150 |
+
"ClientRequest",
|
| 151 |
+
"ClientResponseError",
|
| 152 |
+
"ClientSSLError",
|
| 153 |
+
"ClientSession",
|
| 154 |
+
"ClientTimeout",
|
| 155 |
+
"ClientWebSocketResponse",
|
| 156 |
+
"ClientWSTimeout",
|
| 157 |
+
"ConnectionTimeoutError",
|
| 158 |
+
"ContentTypeError",
|
| 159 |
+
"Fingerprint",
|
| 160 |
+
"FlowControlDataQueue",
|
| 161 |
+
"InvalidURL",
|
| 162 |
+
"InvalidUrlClientError",
|
| 163 |
+
"InvalidUrlRedirectClientError",
|
| 164 |
+
"NonHttpUrlClientError",
|
| 165 |
+
"NonHttpUrlRedirectClientError",
|
| 166 |
+
"RedirectClientError",
|
| 167 |
+
"RequestInfo",
|
| 168 |
+
"ServerConnectionError",
|
| 169 |
+
"ServerDisconnectedError",
|
| 170 |
+
"ServerFingerprintMismatch",
|
| 171 |
+
"ServerTimeoutError",
|
| 172 |
+
"SocketFactoryType",
|
| 173 |
+
"SocketTimeoutError",
|
| 174 |
+
"TCPConnector",
|
| 175 |
+
"TooManyRedirects",
|
| 176 |
+
"UnixConnector",
|
| 177 |
+
"NamedPipeConnector",
|
| 178 |
+
"WSServerHandshakeError",
|
| 179 |
+
"request",
|
| 180 |
+
# client_middleware
|
| 181 |
+
"ClientMiddlewareType",
|
| 182 |
+
"ClientHandlerType",
|
| 183 |
+
# cookiejar
|
| 184 |
+
"CookieJar",
|
| 185 |
+
"DummyCookieJar",
|
| 186 |
+
# formdata
|
| 187 |
+
"FormData",
|
| 188 |
+
# helpers
|
| 189 |
+
"BasicAuth",
|
| 190 |
+
"ChainMapProxy",
|
| 191 |
+
"DigestAuthMiddleware",
|
| 192 |
+
"ETag",
|
| 193 |
+
"set_zlib_backend",
|
| 194 |
+
# http
|
| 195 |
+
"HttpVersion",
|
| 196 |
+
"HttpVersion10",
|
| 197 |
+
"HttpVersion11",
|
| 198 |
+
"WSMsgType",
|
| 199 |
+
"WSCloseCode",
|
| 200 |
+
"WSMessage",
|
| 201 |
+
"WebSocketError",
|
| 202 |
+
# multipart
|
| 203 |
+
"BadContentDispositionHeader",
|
| 204 |
+
"BadContentDispositionParam",
|
| 205 |
+
"BodyPartReader",
|
| 206 |
+
"MultipartReader",
|
| 207 |
+
"MultipartWriter",
|
| 208 |
+
"content_disposition_filename",
|
| 209 |
+
"parse_content_disposition",
|
| 210 |
+
# payload
|
| 211 |
+
"AsyncIterablePayload",
|
| 212 |
+
"BufferedReaderPayload",
|
| 213 |
+
"BytesIOPayload",
|
| 214 |
+
"BytesPayload",
|
| 215 |
+
"IOBasePayload",
|
| 216 |
+
"JsonPayload",
|
| 217 |
+
"PAYLOAD_REGISTRY",
|
| 218 |
+
"Payload",
|
| 219 |
+
"StringIOPayload",
|
| 220 |
+
"StringPayload",
|
| 221 |
+
"TextIOPayload",
|
| 222 |
+
"get_payload",
|
| 223 |
+
"payload_type",
|
| 224 |
+
# payload_streamer
|
| 225 |
+
"streamer",
|
| 226 |
+
# resolver
|
| 227 |
+
"AsyncResolver",
|
| 228 |
+
"DefaultResolver",
|
| 229 |
+
"ThreadedResolver",
|
| 230 |
+
# streams
|
| 231 |
+
"DataQueue",
|
| 232 |
+
"EMPTY_PAYLOAD",
|
| 233 |
+
"EofStream",
|
| 234 |
+
"StreamReader",
|
| 235 |
+
# tracing
|
| 236 |
+
"TraceConfig",
|
| 237 |
+
"TraceConnectionCreateEndParams",
|
| 238 |
+
"TraceConnectionCreateStartParams",
|
| 239 |
+
"TraceConnectionQueuedEndParams",
|
| 240 |
+
"TraceConnectionQueuedStartParams",
|
| 241 |
+
"TraceConnectionReuseconnParams",
|
| 242 |
+
"TraceDnsCacheHitParams",
|
| 243 |
+
"TraceDnsCacheMissParams",
|
| 244 |
+
"TraceDnsResolveHostEndParams",
|
| 245 |
+
"TraceDnsResolveHostStartParams",
|
| 246 |
+
"TraceRequestChunkSentParams",
|
| 247 |
+
"TraceRequestEndParams",
|
| 248 |
+
"TraceRequestExceptionParams",
|
| 249 |
+
"TraceRequestHeadersSentParams",
|
| 250 |
+
"TraceRequestRedirectParams",
|
| 251 |
+
"TraceRequestStartParams",
|
| 252 |
+
"TraceResponseChunkReceivedParams",
|
| 253 |
+
# workers (imported lazily with __getattr__)
|
| 254 |
+
"GunicornUVLoopWebWorker",
|
| 255 |
+
"GunicornWebWorker",
|
| 256 |
+
"WSMessageTypeError",
|
| 257 |
+
)
|
| 258 |
+
|
| 259 |
+
|
| 260 |
+
def __dir__() -> Tuple[str, ...]:
|
| 261 |
+
return __all__ + ("__doc__",)
|
| 262 |
+
|
| 263 |
+
|
| 264 |
+
def __getattr__(name: str) -> object:
|
| 265 |
+
global GunicornUVLoopWebWorker, GunicornWebWorker
|
| 266 |
+
|
| 267 |
+
# Importing gunicorn takes a long time (>100ms), so only import if actually needed.
|
| 268 |
+
if name in ("GunicornUVLoopWebWorker", "GunicornWebWorker"):
|
| 269 |
+
try:
|
| 270 |
+
from .worker import GunicornUVLoopWebWorker as guv, GunicornWebWorker as gw
|
| 271 |
+
except ImportError:
|
| 272 |
+
return None
|
| 273 |
+
|
| 274 |
+
GunicornUVLoopWebWorker = guv # type: ignore[misc]
|
| 275 |
+
GunicornWebWorker = gw # type: ignore[misc]
|
| 276 |
+
return guv if name == "GunicornUVLoopWebWorker" else gw
|
| 277 |
+
|
| 278 |
+
raise AttributeError(f"module {__name__} has no attribute {name}")
|
lib/python3.12/site-packages/aiohttp/__pycache__/__init__.cpython-312.pyc
ADDED
|
Binary file (5.32 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/_cookie_helpers.cpython-312.pyc
ADDED
|
Binary file (10.9 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/abc.cpython-312.pyc
ADDED
|
Binary file (12.5 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/base_protocol.cpython-312.pyc
ADDED
|
Binary file (4.53 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client.cpython-312.pyc
ADDED
|
Binary file (56.4 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client_exceptions.cpython-312.pyc
ADDED
|
Binary file (18 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client_middleware_digest_auth.cpython-312.pyc
ADDED
|
Binary file (16.5 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client_middlewares.cpython-312.pyc
ADDED
|
Binary file (2.28 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client_proto.cpython-312.pyc
ADDED
|
Binary file (13.4 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client_reqrep.cpython-312.pyc
ADDED
|
Binary file (64.5 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/client_ws.cpython-312.pyc
ADDED
|
Binary file (22.5 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/compression_utils.cpython-312.pyc
ADDED
|
Binary file (17.8 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/connector.cpython-312.pyc
ADDED
|
Binary file (77.1 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/cookiejar.cpython-312.pyc
ADDED
|
Binary file (21.4 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/formdata.cpython-312.pyc
ADDED
|
Binary file (7.61 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/hdrs.cpython-312.pyc
ADDED
|
Binary file (8.49 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/helpers.cpython-312.pyc
ADDED
|
Binary file (43.1 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/http.cpython-312.pyc
ADDED
|
Binary file (1.69 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/http_exceptions.cpython-312.pyc
ADDED
|
Binary file (6.37 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/http_parser.cpython-312.pyc
ADDED
|
Binary file (37.2 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/http_websocket.cpython-312.pyc
ADDED
|
Binary file (977 Bytes). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/http_writer.cpython-312.pyc
ADDED
|
Binary file (14.5 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/log.cpython-312.pyc
ADDED
|
Binary file (726 Bytes). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/multipart.cpython-312.pyc
ADDED
|
Binary file (53.2 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/payload.cpython-312.pyc
ADDED
|
Binary file (48.8 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/payload_streamer.cpython-312.pyc
ADDED
|
Binary file (4.41 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/pytest_plugin.cpython-312.pyc
ADDED
|
Binary file (18.5 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/resolver.cpython-312.pyc
ADDED
|
Binary file (10.9 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/streams.cpython-312.pyc
ADDED
|
Binary file (31.9 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/tcp_helpers.cpython-312.pyc
ADDED
|
Binary file (1.77 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/test_utils.cpython-312.pyc
ADDED
|
Binary file (34.8 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/tracing.cpython-312.pyc
ADDED
|
Binary file (21.9 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/typedefs.cpython-312.pyc
ADDED
|
Binary file (2.28 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web.cpython-312.pyc
ADDED
|
Binary file (16.1 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_app.cpython-312.pyc
ADDED
|
Binary file (27.2 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_exceptions.cpython-312.pyc
ADDED
|
Binary file (15 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_fileresponse.cpython-312.pyc
ADDED
|
Binary file (17.2 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_log.cpython-312.pyc
ADDED
|
Binary file (10.7 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_middlewares.cpython-312.pyc
ADDED
|
Binary file (5.63 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_protocol.cpython-312.pyc
ADDED
|
Binary file (31.2 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_request.cpython-312.pyc
ADDED
|
Binary file (38.7 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_response.cpython-312.pyc
ADDED
|
Binary file (39.2 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_routedef.cpython-312.pyc
ADDED
|
Binary file (11.9 kB). View file
|
|
|
lib/python3.12/site-packages/aiohttp/__pycache__/web_runner.cpython-312.pyc
ADDED
|
Binary file (19 kB). View file
|
|
|