Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aio-libs/aiohttp
/ functions
Functions
5,569 in github.com/aio-libs/aiohttp
⨍
Functions
5,569
◇
Types & classes
450
↳
Endpoints
67
↓ 1 callers
Method
start
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 callers
Method
start
(self, connection, read_until_eof=False)
tests/test_client_request.py:1442
↓ 1 callers
Method
start
(self)
examples/fake_server.py:63
↓ 1 callers
Function
start_client
(url: str)
examples/client_ws.py:12
↓ 1 callers
Method
start_server
( self, loop: asyncio.AbstractEventLoop | None = None, **kwargs: Any )
aiohttp/test_utils.py:122
↓ 1 callers
Method
stop
(self)
aiohttp/web_runner.py:76
↓ 1 callers
Method
stop
(self)
examples/fake_server.py:71
↓ 1 callers
Function
stream
(writer, fname)
tests/test_client_functional.py:2236
↓ 1 callers
Function
stream
(f_name)
tests/test_web_functional.py:937
↓ 1 callers
Method
submit
( self, fn: Callable[..., Any], /, *args: Any, **kwargs: Any )
tests/conftest.py:454
↓ 1 callers
Function
task_with_timeout
()
tests/test_helpers.py:521
↓ 1 callers
Function
tcp_keepalive
(transport: asyncio.Transport)
aiohttp/tcp_helpers.py:13
↓ 1 callers
Method
tearDownAsync
(self)
aiohttp/test_utils.py:590
↓ 1 callers
Function
test_connection
()
tests/test_client_ws.py:300
↓ 1 callers
Function
test_subprocess_co
(loop)
tests/test_loop.py:18
↓ 1 callers
Method
text
Return BODY as text using encoding from .charset.
aiohttp/web_request.py:712
↓ 1 callers
Method
timer
(self)
aiohttp/helpers.py:665
↓ 1 callers
Function
to_trace_urls
(mock_func: mock.Mock)
tests/test_client_session.py:1054
↓ 1 callers
Function
to_url
(path: str)
tests/test_client_session.py:1057
↓ 1 callers
Function
unescape
(text: str, *, chars: str = "".join(map(re.escape, CHAR)))
aiohttp/multipart.py:98
↓ 1 callers
Method
unindex_resource
Remove a resource from the resource index.
aiohttp/web_urldispatcher.py:1129
↓ 1 callers
Function
unix_server
(loop, unix_sockname)
tests/test_connector.py:72
↓ 1 callers
Method
unread_data
rollback reading some data from stream, inserting it to buffer head.
aiohttp/streams.py:264
↓ 1 callers
Method
update_auth
Set basic auth.
aiohttp/client_reqrep.py:1181
↓ 1 callers
Method
update_auto_headers
(self, skip_auto_headers: Iterable[str] | None)
aiohttp/client_reqrep.py:1101
↓ 1 callers
Method
update_content_encoding
Set request content encoding.
aiohttp/client_reqrep.py:1144
↓ 1 callers
Method
update_cookies
(self, cookies: LooseCookies, response_url: URL = URL())
aiohttp/cookiejar.py:674
↓ 1 callers
Method
update_cookies
Update cookies.
aiohttp/abc.py:196
↓ 1 callers
Method
update_expect_continue
(self, expect: bool = False)
aiohttp/client_reqrep.py:1314
↓ 1 callers
Method
update_headers
Update request headers.
aiohttp/client_reqrep.py:1076
↓ 1 callers
Method
update_host
Update destination host, port and connection type (ssl).
aiohttp/client_reqrep.py:1051
↓ 1 callers
Method
update_proxy
( self, proxy: URL | None, proxy_auth: BasicAuth | None, proxy_headers: LooseH
aiohttp/client_reqrep.py:1326
↓ 1 callers
Method
update_version
Convert request version to two elements tuple. parser HTTP version '1.1' => (1, 1)
aiohttp/client_reqrep.py:1061
↓ 1 callers
Function
validate_etag_value
(value: str)
aiohttp/helpers.py:1010
↓ 1 callers
Method
validation
(self, domain: str)
aiohttp/web_urldispatcher.py:809
↓ 1 callers
Method
wait_eof
(self)
aiohttp/streams.py:618
↓ 1 callers
Function
wait_for_backpressure
()
tests/test_web_server.py:454
↓ 1 callers
Function
websocket_task
()
tests/test_client_ws_functional.py:1395
↓ 1 callers
Method
write
Write the entire bytes payload to the writer stream. Args: writer: An AbstractStreamWriter instance that handles the act
aiohttp/payload.py:382
↓ 1 callers
Method
write
Write the entire file-like payload to the writer stream. Args: writer: An AbstractStreamWriter instance that handles the
aiohttp/payload.py:564
↓ 1 callers
Method
write
(self, writer: AbstractStreamWriter)
aiohttp/payload.py:866
↓ 1 callers
Method
write
Write the entire async iterable payload to the writer stream. Args: writer: An AbstractStreamWriter instance that handle
aiohttp/payload.py:1015
↓ 1 callers
Method
write
(self, data: Buffer)
aiohttp/web_ws.py:750
↓ 1 callers
Method
write
(self, writer: AbstractStreamWriter)
aiohttp/multipart.py:663
↓ 1 callers
Method
write
(self, chunk: bytes)
aiohttp/multipart.py:1226
↓ 1 callers
Method
write_eof
(self)
aiohttp/multipart.py:1215
↓ 1 callers
Method
write_headers
Write HTTP headers
aiohttp/abc.py:241
↓ 1 callers
Method
ws_connect
( self, path: StrOrURL, *, decode_text: Literal[True] = ..., **kwargs: Any )
aiohttp/test_utils.py:449
Method
H
RFC 7616 Section 3: Hash function H(data) = hex(hash(data)).
aiohttp/client_middleware_digest_auth.py:299
Method
KD
RFC 7616 Section 3: KD(secret, data) = H(concat(secret, ":", data)).
aiohttp/client_middleware_digest_auth.py:303
Method
MAX_WBITS
(self)
aiohttp/compression_utils.py:105
Method
Z_BEST_SPEED
(self)
aiohttp/compression_utils.py:117
Method
Z_FINISH
(self)
aiohttp/compression_utils.py:121
Method
Z_FULL_FLUSH
(self)
aiohttp/compression_utils.py:109
Method
Z_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
← previous
next →
901–1,000 of 5,569, ranked by callers