MCPcopy Create free account

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

Functions3,741 in github.com/aio-libs/aiohttp

↓ 1 callersMethodreadline
(self)
aiohttp/streams.py:503
↓ 1 callersMethodreceive_str
(self, *, timeout: Optional[float]=None)
aiohttp/client_ws.py:279
↓ 1 callersFunctionregister_payload
(factory: Type['Payload'], type: Any, *, order:
aiohttp/payload.py:66
↓ 1 callersMethodregister_route
(self, route: 'ResourceRoute')
aiohttp/web_urldispatcher.py:298
↓ 1 callersMethodrequest
Routes a request to tested http server. The interface is identical to aiohttp.ClientSession.request, except the loop kwarg is overrid
aiohttp/test_utils.py:284
↓ 1 callersFunctionrequest_cls
Request Parser class
tests/test_http_parser.py:52
↓ 1 callersFunctionresponse_cls
Parser implementations
tests/test_http_parser.py:67
↓ 1 callersMethodresume_reading
(self)
aiohttp/client_proto.py:119
↓ 1 callersFunctionrfc822_formatted_time
()
aiohttp/helpers.py:474
↓ 1 callersFunctionrun
(conn)
tests/test_client_response.py:225
↓ 1 callersFunctionrun
(loop, url, name)
tests/autobahn/client.py:36
↓ 1 callersFunctionrun_app
Run an app locally
aiohttp/web.py:393
↓ 1 callersMethodsave
(self, file_path: PathLike)
aiohttp/cookiejar.py:61
↓ 1 callersMethodsend
(self, arg: None)
aiohttp/client.py:946
↓ 1 callersMethodsend_connection_create_end
(self)
aiohttp/tracing.py:347
↓ 1 callersMethodsend_connection_create_start
(self)
aiohttp/tracing.py:340
↓ 1 callersMethodsend_connection_queued_end
(self)
aiohttp/tracing.py:333
↓ 1 callersMethodsend_connection_queued_start
(self)
aiohttp/tracing.py:326
↓ 1 callersMethodsend_connection_reuseconn
(self)
aiohttp/tracing.py:354
↓ 1 callersMethodsend_dns_cache_hit
(self, host: str)
aiohttp/tracing.py:375
↓ 1 callersMethodsend_dns_cache_miss
(self, host: str)
aiohttp/tracing.py:382
↓ 1 callersMethodsend_dns_resolvehost_end
(self, host: str)
aiohttp/tracing.py:368
↓ 1 callersMethodsend_dns_resolvehost_start
(self, host: str)
aiohttp/tracing.py:361
↓ 1 callersMethodsend_request_chunk_sent
(self, chunk: bytes)
aiohttp/tracing.py:279
↓ 1 callersMethodsend_request_end
(self, method: str, url: URL,
aiohttp/tracing.py:293
↓ 1 callersMethodsend_request_exception
(self, method: str, url: URL,
aiohttp/tracing.py:304
↓ 1 callersMethodsend_request_redirect
(self, method: str, url: URL,
aiohttp/tracing.py:315
↓ 1 callersMethodsend_request_start
(self, method: str, url: URL,
aiohttp/tracing.py:269
↓ 1 callersMethodsend_response_chunk_received
(self, chunk: bytes)
aiohttp/tracing.py:286
↓ 1 callersMethodsend_str
(self, data: str, compress: Optional[int]=None)
aiohttp/client_ws.py:152
↓ 1 callersFunctionsender
(request)
tests/test_web_sendfile_functional.py:18
↓ 1 callersMethodsetUp
(self)
tests/test_cookiejar.py:309
↓ 1 callersMethodsetUpAsync
(self)
aiohttp/test_utils.py:433
↓ 1 callersMethodset_current_app
(self, app: 'Application')
aiohttp/web_urldispatcher.py:226
↓ 1 callersMethodset_exception
(self, exc: BaseException)
aiohttp/streams.py:479
↓ 1 callersMethodset_options_route
(self, handler: _WebHandler)
aiohttp/web_urldispatcher.py:557
↓ 1 callersMethodset_upgraded
Set connection upgraded (to websocket) mode. :param bool val: new state.
aiohttp/http_parser.py:414
↓ 1 callersFunctionshow_app_context
(appname)
tests/test_web_functional.py:1368
↓ 1 callersMethodshutdown
(self)
aiohttp/web_runner.py:347
↓ 1 callersMethodshutdown
Causes on_shutdown signal Should be called before cleanup()
aiohttp/web_app.py:291
↓ 1 callersFunctionskip_if_no_dict
(loop)
tests/test_run_app.py:58
↓ 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:437
↓ 1 callersMethodstart
(self)
aiohttp/helpers.py:536
↓ 1 callersMethodstart
(self)
examples/fake_server.py:48
↓ 1 callersFunctionstart_client
(loop, url)
examples/client_ws.py:11
↓ 1 callersFunctionstart_client
(loop, host, port)
examples/legacy/tcp_protocol_parser.py:107
↓ 1 callersFunctionstart_server
(loop, host, port)
examples/legacy/tcp_protocol_parser.py:135
↓ 1 callersMethodstart_server
(self, **kwargs: Any)
aiohttp/test_utils.py:95
↓ 1 callersMethodstop
(self)
examples/legacy/tcp_protocol_parser.py:60
↓ 1 callersFunctionstream
(f_name)
tests/test_web_functional.py:787
↓ 1 callersFunctiontcp_keepalive
(transport: asyncio.Transport)
aiohttp/tcp_helpers.py:20
↓ 1 callersMethodtearDownAsync
(self)
aiohttp/test_utils.py:441
↓ 1 callersFunctiontest_connection
()
tests/test_client_ws.py:195
↓ 1 callersFunctiontest_get_route
(loop, test_client)
tests/test_test_utils.py:111
↓ 1 callersMethodtext
Return BODY as text using encoding from .charset.
aiohttp/web_request.py:563
↓ 1 callersMethodtimer
(self)
aiohttp/helpers.py:543
↓ 1 callersFunctionunescape
(text: str, *, chars: str=''.join(map(re.escape, CHAR)))
aiohttp/multipart.py:86
↓ 1 callersFunctionunix_server
(loop, unix_sockname)
tests/test_connector.py:48
↓ 1 callersMethodunread_data
rollback reading some data from stream, inserting it to buffer head.
aiohttp/streams.py:210
↓ 1 callersMethodupdate_auth
Set basic auth.
aiohttp/client_reqrep.py:408
↓ 1 callersMethodupdate_auto_headers
(self, skip_auto_headers: Iterable[str])
aiohttp/client_reqrep.py:332
↓ 1 callersMethodupdate_body_from_data
(self, body: Any)
aiohttp/client_reqrep.py:420
↓ 1 callersMethodupdate_content_encoding
Set request content encoding.
aiohttp/client_reqrep.py:370
↓ 1 callersMethodupdate_cookies
(self, cookies: LooseCookies, response_url: URL=URL())
aiohttp/cookiejar.py:361
↓ 1 callersMethodupdate_cookies
Update request cookies header.
aiohttp/client_reqrep.py:345
↓ 1 callersMethodupdate_expect_continue
(self, expect: bool=False)
aiohttp/client_reqrep.py:454
↓ 1 callersMethodupdate_headers
Update request headers.
aiohttp/client_reqrep.py:309
↓ 1 callersMethodupdate_host
Update destination host, port and connection type (ssl).
aiohttp/client_reqrep.py:283
↓ 1 callersMethodupdate_proxy
(self, proxy: Optional[URL], proxy_auth: Optional[BasicAuth], proxy_
aiohttp/client_reqrep.py:463
↓ 1 callersMethodupdate_transfer_encoding
Analyze transfer-encoding header.
aiohttp/client_reqrep.py:387
↓ 1 callersMethodupdate_version
Convert request version to two elements tuple. parser HTTP version '1.1' => (1, 1)
aiohttp/client_reqrep.py:294
↓ 1 callersMethodvalidation
(self, domain: str)
aiohttp/web_urldispatcher.py:733
↓ 1 callersMethodview
(self, path: str, **kwargs: Any)
aiohttp/web_routedef.py:189
↓ 1 callersMethodwait_eof
(self)
aiohttp/streams.py:497
↓ 1 callersMethodwrite
(self, data: bytes)
aiohttp/web_ws.py:448
↓ 1 callersMethodwrite
(self, chunk: bytes)
aiohttp/multipart.py:996
↓ 1 callersMethodwrite_eof
(self, chunk: bytes=b'')
aiohttp/web_fileresponse.py:120
↓ 1 callersMethodwrite_eof
(self)
aiohttp/multipart.py:984
↓ 1 callersMethodwrite_eof
(self, data=b'')
tests/test_web_server.py:88
↓ 1 callersMethodwrite_headers
Write HTTP headers
aiohttp/abc.py:185
↓ 1 callersMethodwrite_headers
Write request/response status and headers.
aiohttp/http_writer.py:107
↓ 1 callersMethodws_connect
Initiate websocket connection. The api corresponds to aiohttp.ClientSession.ws_connect.
aiohttp/test_utils.py:339
Method__aenter__
(self)
aiohttp/client.py:923
Method__aenter__
(self)
aiohttp/client.py:962
Method__aenter__
(self)
aiohttp/client.py:1000
Method__aenter__
(self)
aiohttp/client_reqrep.py:981
Method__aenter__
(self)
aiohttp/connector.py:262
Method__aenter__
(self)
aiohttp/test_utils.py:172
Method__aenter__
(self)
aiohttp/test_utils.py:377
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc_val: Optio
aiohttp/client.py:926
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc: Optional[
aiohttp/client.py:968
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc: Optional[
aiohttp/client.py:982
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc: Optional[
aiohttp/client.py:1009
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc_val: Optio
aiohttp/client_reqrep.py:984
Method__aexit__
(self, exc_type: Optional[Type[BaseException]]=None, exc_value
aiohttp/connector.py:265
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc_value: Opt
aiohttp/test_utils.py:176
Method__aexit__
(self, exc_type: Optional[Type[BaseException]], exc: Optional[
aiohttp/test_utils.py:381
Method__aiter__
(self)
aiohttp/client_ws.py:301
Method__aiter__
(self)
aiohttp/streams.py:34
Method__aiter__
(self)
aiohttp/streams.py:52
← previousnext →601–700 of 3,741, ranked by callers