MCPcopy Create free account

hub / github.com/aio-libs/aiohttp / functions

Functions5,569 in github.com/aio-libs/aiohttp

↓ 1 callersMethodstart
Process incoming request. It reads request line, request headers and request payload, then calls handle_request() method. Subclass ha
aiohttp/web_protocol.py:608
↓ 1 callersMethodstart
(self, connection, read_until_eof=False)
tests/test_client_request.py:1442
↓ 1 callersMethodstart
(self)
examples/fake_server.py:63
↓ 1 callersFunctionstart_client
(url: str)
examples/client_ws.py:12
↓ 1 callersMethodstart_server
( self, loop: asyncio.AbstractEventLoop | None = None, **kwargs: Any )
aiohttp/test_utils.py:122
↓ 1 callersMethodstop
(self)
aiohttp/web_runner.py:76
↓ 1 callersMethodstop
(self)
examples/fake_server.py:71
↓ 1 callersFunctionstream
(writer, fname)
tests/test_client_functional.py:2236
↓ 1 callersFunctionstream
(f_name)
tests/test_web_functional.py:937
↓ 1 callersMethodsubmit
( self, fn: Callable[..., Any], /, *args: Any, **kwargs: Any )
tests/conftest.py:454
↓ 1 callersFunctiontask_with_timeout
()
tests/test_helpers.py:521
↓ 1 callersFunctiontcp_keepalive
(transport: asyncio.Transport)
aiohttp/tcp_helpers.py:13
↓ 1 callersMethodtearDownAsync
(self)
aiohttp/test_utils.py:590
↓ 1 callersFunctiontest_connection
()
tests/test_client_ws.py:300
↓ 1 callersFunctiontest_subprocess_co
(loop)
tests/test_loop.py:18
↓ 1 callersMethodtext
Return BODY as text using encoding from .charset.
aiohttp/web_request.py:712
↓ 1 callersMethodtimer
(self)
aiohttp/helpers.py:665
↓ 1 callersFunctionto_trace_urls
(mock_func: mock.Mock)
tests/test_client_session.py:1054
↓ 1 callersFunctionto_url
(path: str)
tests/test_client_session.py:1057
↓ 1 callersFunctionunescape
(text: str, *, chars: str = "".join(map(re.escape, CHAR)))
aiohttp/multipart.py:98
↓ 1 callersMethodunindex_resource
Remove a resource from the resource index.
aiohttp/web_urldispatcher.py:1129
↓ 1 callersFunctionunix_server
(loop, unix_sockname)
tests/test_connector.py:72
↓ 1 callersMethodunread_data
rollback reading some data from stream, inserting it to buffer head.
aiohttp/streams.py:264
↓ 1 callersMethodupdate_auth
Set basic auth.
aiohttp/client_reqrep.py:1181
↓ 1 callersMethodupdate_auto_headers
(self, skip_auto_headers: Iterable[str] | None)
aiohttp/client_reqrep.py:1101
↓ 1 callersMethodupdate_content_encoding
Set request content encoding.
aiohttp/client_reqrep.py:1144
↓ 1 callersMethodupdate_cookies
(self, cookies: LooseCookies, response_url: URL = URL())
aiohttp/cookiejar.py:674
↓ 1 callersMethodupdate_cookies
Update cookies.
aiohttp/abc.py:196
↓ 1 callersMethodupdate_expect_continue
(self, expect: bool = False)
aiohttp/client_reqrep.py:1314
↓ 1 callersMethodupdate_headers
Update request headers.
aiohttp/client_reqrep.py:1076
↓ 1 callersMethodupdate_host
Update destination host, port and connection type (ssl).
aiohttp/client_reqrep.py:1051
↓ 1 callersMethodupdate_proxy
( self, proxy: URL | None, proxy_auth: BasicAuth | None, proxy_headers: LooseH
aiohttp/client_reqrep.py:1326
↓ 1 callersMethodupdate_version
Convert request version to two elements tuple. parser HTTP version '1.1' => (1, 1)
aiohttp/client_reqrep.py:1061
↓ 1 callersFunctionvalidate_etag_value
(value: str)
aiohttp/helpers.py:1010
↓ 1 callersMethodvalidation
(self, domain: str)
aiohttp/web_urldispatcher.py:809
↓ 1 callersMethodwait_eof
(self)
aiohttp/streams.py:618
↓ 1 callersFunctionwait_for_backpressure
()
tests/test_web_server.py:454
↓ 1 callersFunctionwebsocket_task
()
tests/test_client_ws_functional.py:1395
↓ 1 callersMethodwrite
Write the entire bytes payload to the writer stream. Args: writer: An AbstractStreamWriter instance that handles the act
aiohttp/payload.py:382
↓ 1 callersMethodwrite
Write the entire file-like payload to the writer stream. Args: writer: An AbstractStreamWriter instance that handles the
aiohttp/payload.py:564
↓ 1 callersMethodwrite
(self, writer: AbstractStreamWriter)
aiohttp/payload.py:866
↓ 1 callersMethodwrite
Write the entire async iterable payload to the writer stream. Args: writer: An AbstractStreamWriter instance that handle
aiohttp/payload.py:1015
↓ 1 callersMethodwrite
(self, data: Buffer)
aiohttp/web_ws.py:750
↓ 1 callersMethodwrite
(self, writer: AbstractStreamWriter)
aiohttp/multipart.py:663
↓ 1 callersMethodwrite
(self, chunk: bytes)
aiohttp/multipart.py:1226
↓ 1 callersMethodwrite_eof
(self)
aiohttp/multipart.py:1215
↓ 1 callersMethodwrite_headers
Write HTTP headers
aiohttp/abc.py:241
↓ 1 callersMethodws_connect
( self, path: StrOrURL, *, decode_text: Literal[True] = ..., **kwargs: Any )
aiohttp/test_utils.py:449
MethodH
RFC 7616 Section 3: Hash function H(data) = hex(hash(data)).
aiohttp/client_middleware_digest_auth.py:299
MethodKD
RFC 7616 Section 3: KD(secret, data) = H(concat(secret, ":", data)).
aiohttp/client_middleware_digest_auth.py:303
MethodMAX_WBITS
(self)
aiohttp/compression_utils.py:105
MethodZ_BEST_SPEED
(self)
aiohttp/compression_utils.py:117
MethodZ_FINISH
(self)
aiohttp/compression_utils.py:121
MethodZ_FULL_FLUSH
(self)
aiohttp/compression_utils.py:109
MethodZ_SYNC_FLUSH
(self)
aiohttp/compression_utils.py:113
Method__aenter__
(self)
aiohttp/client.py:1692
Method__aenter__
(self)
aiohttp/client.py:1722
Method__aenter__
(self)
aiohttp/client_reqrep.py:797
Method__aenter__
(self)
aiohttp/client_ws.py:551
Method__aenter__
(self)
aiohttp/connector.py:386
Method__aenter__
(self)
aiohttp/test_utils.py:215
Method__aenter__
(self)
aiohttp/test_utils.py:532
Method__aexit__
( self, exc_type: type[BaseException] | None, exc: BaseException | None, tb: T
aiohttp/client.py:1696
Method__aexit__
( self, exc_type: type[BaseException] | None, exc: BaseException | None, tb: T
aiohttp/client.py:1731
Method__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
aiohttp/client_reqrep.py:801
Method__aexit__
( self, exc_type: type[BaseException] | None, exc_val: BaseException | None, e
aiohttp/client_ws.py:554
Method__aexit__
( self, exc_type: type[BaseException] | None = None, exc_value: BaseException | None =
aiohttp/connector.py:389
Method__aexit__
( self, exc_type: type[BaseException] | None, exc_value: BaseException | None,
aiohttp/test_utils.py:219
Method__aexit__
( self, exc_type: type[BaseException] | None, exc: BaseException | None, tb: T
aiohttp/test_utils.py:536
Method__aiter__
(self)
aiohttp/client_ws.py:527
Method__aiter__
(self)
aiohttp/streams.py:41
Method__aiter__
(self)
aiohttp/streams.py:61
Method__aiter__
(self)
aiohttp/streams.py:156
Method__aiter__
(self)
aiohttp/web_ws.py:753
Method__aiter__
(self)
aiohttp/multipart.py:240
Method__aiter__
(self: Self)
aiohttp/multipart.py:313
Method__aiter__
(self: Self)
aiohttp/multipart.py:711
Method__anext__
( self: "ClientWebSocketResponse[Literal[True]]", )
aiohttp/client_ws.py:531
Method__anext__
(self)
aiohttp/streams.py:44
Method__anext__
(self)
aiohttp/streams.py:64
Method__anext__
( self, )
aiohttp/multipart.py:243
Method__anext__
(self)
aiohttp/multipart.py:316
Method__anext__
( self, )
aiohttp/multipart.py:714
Method__await__
(self)
aiohttp/helpers.py:115
Method__await__
(self)
aiohttp/connector.py:108
Method__await__
Execute the view handler.
aiohttp/abc.py:112
Method__await__
(self)
aiohttp/web_urldispatcher.py:959
Method__await__
(self)
tests/test_client_response.py:23
Method__await__
(self)
tests/test_client_request.py:37
Method__bool__
(self)
aiohttp/web_request.py:855
Method__bool__
(self)
aiohttp/helpers.py:986
Method__bool__
(self)
aiohttp/web_response.py:650
Method__bool__
Force subclasses to not be falsy, to make checks simpler.
aiohttp/connector.py:166
Method__bool__
(self)
aiohttp/web_app.py:568
Method__bool__
(self)
aiohttp/web_ws.py:82
Method__bool__
(self)
aiohttp/web_exceptions.py:119
Method__bool__
(self)
aiohttp/multipart.py:949
Method__call__
(self)
aiohttp/web_server.py:74
Method__call__
Run the digest auth middleware.
aiohttp/client_middleware_digest_auth.py:470
Method__call__
(self, writer: AbstractStreamWriter)
aiohttp/payload_streamer.py:47
← previousnext →901–1,000 of 5,569, ranked by callers