MCPcopy Create free account

hub / github.com/aio-libs/aiohttp / types & classes

Types & classes350 in github.com/aio-libs/aiohttp

↓ 80 callersClassClientRequest
aiohttp/client_reqrep.py:156
↓ 65 callersClassTimerNoop
aiohttp/helpers.py:563
↓ 62 callersClassClientResponse
aiohttp/client_reqrep.py:611
↓ 61 callersClassStream
tests/test_multipart.py:60
↓ 61 callersClassStreamResponse
aiohttp/web_response.py:60
↓ 49 callersClassResponse
aiohttp/web_response.py:471
↓ 37 callersClassWebSocketResponse
aiohttp/web_ws.py:47
↓ 28 callersClassClientTimeout
aiohttp/client.py:146
↓ 16 callersClass_RequestContextManager
aiohttp/client.py:967
↓ 15 callersClassCookieJar
Implements cookie storage adhering to RFC 6265.
aiohttp/cookiejar.py:34
↓ 15 callersClassFormData
Helper class for multipart/form-data and application/x-www-form-urlencoded body generation.
aiohttp/formdata.py:14
↓ 14 callersClassConnection
aiohttp/connector.py:77
↓ 13 callersClassBaseProtocol
aiohttp/base_protocol.py:7
↓ 13 callersClassSignal
Coroutine-based signal implementation. To connect a callback to a signal, use any list method. Signals are fired using the send() coroutine,
aiohttp/signals.py:6
↓ 11 callersClassClientSession
First-class interface for making HTTP requests.
aiohttp/client.py:173
↓ 10 callersClassHttpPayloadParser
aiohttp/http_parser.py:522
↓ 10 callersClassResponseHandler
Helper class to adapt between Protocol and StreamReader.
aiohttp/client_proto.py:17
↓ 10 callersClassWSMessage
aiohttp/http_websocket.py:73
↓ 9 callersClassWebSocketReady
aiohttp/web_ws.py:39
↓ 8 callersClassAsyncResolver
Use the `aiodns` package to make asynchronous DNS lookups
aiohttp/resolver.py:45
↓ 8 callersClassDeflateBuffer
DeflateStream decompress stream and feed data into specified stream.
aiohttp/http_parser.py:695
↓ 8 callersClassStreamReader
An enhancement of asyncio.StreamReader. Supports asynchronous iteration by line, chunk or as available:: async for line in reader:
aiohttp/streams.py:92
↓ 8 callersClassTrace
Internal class used to keep together the main dependencies used at the moment of send a signal.
aiohttp/tracing.py:257
↓ 7 callersClassAccessLogger
Helper object to log access. Usage: log = logging.getLogger("spam") log_format = "%a %{User-Agent}i" access_logger = Acce
aiohttp/web_log.py:17
↓ 7 callersClassWebSocketReader
aiohttp/http_websocket.py:234
↓ 7 callersClassWebSocketWriter
aiohttp/http_websocket.py:540
↓ 6 callersClassCeilTimeout
aiohttp/helpers.py:614
↓ 6 callersClassConnectionKey
aiohttp/client_reqrep.py:144
↓ 6 callersClassFileResponse
A response object can be used to send files.
aiohttp/web_fileresponse.py:124
↓ 6 callersClassTCPConnector
TCP connector. verify_ssl - Set to True to check ssl certifications. fingerprint - Pass the binary sha256 digest of the expected cert
aiohttp/connector.py:673
↓ 6 callersClassTraceConfig
First-class used to trace requests launched via ClientSession objects.
aiohttp/tracing.py:49
↓ 5 callersClassDomain
aiohttp/web_urldispatcher.py:722
↓ 5 callersClassEventResultOrError
This class wrappers the Event asyncio lock allowing either awake the locked Tasks without any error or raising an exception. thanks to @
aiohttp/locks.py:11
↓ 5 callersClassFingerprint
aiohttp/client_reqrep.py:103
↓ 5 callersClassRequestInfo
aiohttp/client_reqrep.py:92
↓ 5 callersClassThreadedResolver
Use Executor for synchronous getaddrinfo() calls, which defaults to concurrent.futures.ThreadPoolExecutor.
aiohttp/resolver.py:18
↓ 4 callersClassAsyncStreamIterator
aiohttp/streams.py:29
↓ 4 callersClassClientWSTimeout
aiohttp/client_ws.py:30
↓ 4 callersClassMultipartResponseWrapper
Wrapper around the MultipartReader. It takes care about underlying connection and close it when it needs in.
aiohttp/multipart.py:196
↓ 4 callersClassWebSocketError
WebSocket protocol parser error.
aiohttp/http_websocket.py:88
↓ 4 callersClass_DNSCacheTable
aiohttp/connector.py:633
↓ 3 callersClassClientConnectionError
Base class for client socket errors.
aiohttp/client_exceptions.py:101
↓ 3 callersClassClientConnectorError
Client connector error. Raised in :class:`aiohttp.connector.TCPConnector` if connection to proxy can not be established.
aiohttp/client_exceptions.py:109
↓ 3 callersClassClientOSError
OSError error.
aiohttp/client_exceptions.py:105
↓ 3 callersClassContentEncodingError
Content encoding error.
aiohttp/http_exceptions.py:62
↓ 3 callersClassLineTooLong
aiohttp/http_exceptions.py:74
↓ 3 callersClassMaskDomain
aiohttp/web_urldispatcher.py:761
↓ 3 callersClassMyView
tests/test_classbasedview.py:18
↓ 3 callersClassResourceRoute
A route with resource
aiohttp/web_urldispatcher.py:809
↓ 3 callersClassStreamWriter
aiohttp/http_writer.py:24
↓ 3 callersClassUrlMappingMatchInfo
aiohttp/web_urldispatcher.py:180
↓ 2 callersClassA
tests/test_helpers.py:163
↓ 2 callersClassAppRunner
Web Application runner
aiohttp/web_runner.py:314
↓ 2 callersClassBadStatusLine
aiohttp/http_exceptions.py:95
↓ 2 callersClassBaseConnector
Base connector class. keepalive_timeout - (optional) Keep-alive timeout. force_close - Set to True to force close and do reconnect af
aiohttp/connector.py:173
↓ 2 callersClassBaseRequest
aiohttp/web_request.py:104
↓ 2 callersClassBytesPayload
aiohttp/payload.py:203
↓ 2 callersClassClientResponseError
Connection error during reading response. request_info: instance of RequestInfo
aiohttp/client_exceptions.py:44
↓ 2 callersClassDummyTracer
tests/test_connector.py:2264
↓ 2 callersClassDynamicResource
aiohttp/web_urldispatcher.py:377
↓ 2 callersClassEofStream
eof stream indication.
aiohttp/streams.py:25
↓ 2 callersClassFakeResolver
tests/test_client_functional.py:2371
↓ 2 callersClassFlowControlDataQueue
FlowControlDataQueue resumes and pauses an underlying stream. It is a destination for parsed data.
aiohttp/streams.py:598
↓ 2 callersClassHTTPBadRequest
aiohttp/web_exceptions.py:272
↓ 2 callersClassHTTPMethodNotAllowed
aiohttp/web_exceptions.py:292
↓ 2 callersClassHTTPNotFound
aiohttp/web_exceptions.py:288
↓ 2 callersClassHTTPRequestEntityTooLarge
aiohttp/web_exceptions.py:347
↓ 2 callersClassHTTPUnsupportedMediaType
aiohttp/web_exceptions.py:366
↓ 2 callersClassHeadersParser
aiohttp/http_parser.py:80
↓ 2 callersClassInvalidHeader
aiohttp/http_exceptions.py:85
↓ 2 callersClassInvalidURL
Invalid URL. URL used for fetching is malformed, e.g. it doesn't contains host part.
aiohttp/client_exceptions.py:195
↓ 2 callersClassMiddleware
tests/test_web_middleware.py:323
↓ 2 callersClassMyProtocolWriter
examples/legacy/tcp_protocol_parser.py:49
↓ 2 callersClassPayload
tests/test_payload.py:16
↓ 2 callersClassPlainResource
aiohttp/web_urldispatcher.py:334
↓ 2 callersClassResponse
tests/test_multipart.py:53
↓ 2 callersClassRouteDef
aiohttp/web_routedef.py:48
↓ 2 callersClassServer
aiohttp/web_server.py:16
↓ 2 callersClassServerTimeoutError
Server timeout error.
aiohttp/client_exceptions.py:170
↓ 2 callersClassSockSite
aiohttp/web_runner.py:167
↓ 2 callersClassStaticDef
aiohttp/web_routedef.py:72
↓ 2 callersClassStaticResource
aiohttp/web_urldispatcher.py:479
↓ 2 callersClassSystemRoute
aiohttp/web_urldispatcher.py:836
↓ 2 callersClassTestClient
A test client implementation. To write functional tests for aiohttp based servers.
aiohttp/test_utils.py:214
↓ 2 callersClassTestServer
aiohttp/test_utils.py:183
↓ 2 callersClassTransferEncodingError
transfer encoding error.
aiohttp/http_exceptions.py:66
↓ 2 callersClassUrlDispatcher
aiohttp/web_urldispatcher.py:922
↓ 2 callersClass_WSRequestContextManager
aiohttp/client.py:980
↓ 1 callersClassAccessLoggerWrapper
Wraps an AbstractAccessLogger so it behaves like an AbstractAsyncAccessLogger.
aiohttp/web_protocol.py:78
↓ 1 callersClassApplication
aiohttp/web_app.py:68
↓ 1 callersClassBadContentDispositionHeader
aiohttp/multipart.py:56
↓ 1 callersClassBadContentDispositionParam
aiohttp/multipart.py:60
↓ 1 callersClassBasicAuth
Http basic authentication helper.
aiohttp/helpers.py:116
↓ 1 callersClassBrotliDecoder
aiohttp/http_parser.py:710
↓ 1 callersClassChainMapProxy
aiohttp/helpers.py:683
↓ 1 callersClassChunkTupleAsyncStreamIterator
aiohttp/streams.py:47
↓ 1 callersClassCleanupContext
aiohttp/web_app.py:358
↓ 1 callersClassCleanupError
aiohttp/web_app.py:345
↓ 1 callersClassClientConnectorCertificateError
Response certificate error.
aiohttp/client_exceptions.py:238
↓ 1 callersClassClientConnectorSSLError
Response ssl error.
aiohttp/client_exceptions.py:234
next →1–100 of 350, ranked by callers