MCPcopy Create free account

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

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

↓ 1 callersFunctionmain
(loop)
examples/lowlevel_srv.py:10
↓ 1 callersFunctionmain
(loop)
examples/fake_server.py:100
↓ 1 callersFunctionmain
()
examples/basic_auth_middleware.py:179
↓ 1 callersFunctionmain
()
examples/combined_middleware.py:308
↓ 1 callersFunctionmain
()
examples/digest_auth_qop_auth.py:34
↓ 1 callersFunctionmain
()
examples/logging_middleware.py:157
↓ 1 callersFunctionmake_app
()
tests/test_run_app.py:749
↓ 1 callersFunctionmake_client
()
tests/test_test_utils.py:82
↓ 1 callersFunctionmake_conn
()
tests/test_client_session.py:35
↓ 1 callersFunctionmake_connector
()
tests/test_client_session.py:426
↓ 1 callersFunctionmake_handler
(appname)
tests/test_web_functional.py:1656
↓ 1 callersMethodmake_handler
( self, *, loop: asyncio.AbstractEventLoop | None = None, access_log_class: ty
aiohttp/web_app.py:439
↓ 1 callersFunctionmake_last_modified_header
()
tests/test_benchmarks_web_fileresponse.py:90
↓ 1 callersFunctionmake_mocked_coro
Creates a coroutine mock.
aiohttp/test_utils.py:796
↓ 1 callersFunctionmake_sess
()
tests/test_client_session.py:433
↓ 1 callersFunctionmake_signal
(app)
tests/test_web_functional.py:1546
↓ 1 callersFunctionmake_tmp_dir
(base_tmp_dir)
tests/conftest.py:220
↓ 1 callersFunctionmake_wrapper
( mw: ClientMiddlewareType, next_h: ClientHandlerType )
aiohttp/client_middlewares.py:45
↓ 1 callersFunctionmiddleware
(f: _Func)
aiohttp/web_middlewares.py:33
↓ 1 callersFunctionnamed_pipe_server
(proactor_loop, pipe_name)
tests/test_connector.py:89
↓ 1 callersFunctionnothing
()
tests/test_web_runner.py:190
↓ 1 callersFunctionparse_content_type
Parse Content-Type header. Returns a tuple of the parsed content type and a MappingProxyType of parameters. The default returned value is
aiohttp/helpers.py:412
↓ 1 callersMethodparse_headers
( self, lines: list[bytes] )
aiohttp/http_parser.py:174
↓ 1 callersMethodpause_reading
(self)
aiohttp/client_proto.py:188
↓ 1 callersMethodpong
(self, message: bytes = b"")
aiohttp/client_ws.py:277
↓ 1 callersMethodpre_shutdown
(self)
aiohttp/web_server.py:65
↓ 1 callersFunctionproxies_from_env
()
aiohttp/helpers.py:298
↓ 1 callersMethodquery
A multidict with all the variables in the query string.
aiohttp/web_request.py:513
↓ 1 callersFunctionquoted_string
Return 7-bit content as quoted-string. Format content into a quoted-string as defined in RFC5322 for Internet Message Format. Notice that thi
aiohttp/helpers.py:437
↓ 1 callersMethodraw_match
(self, path: str)
aiohttp/web_urldispatcher.py:489
↓ 1 callersMethodread
(self, n: int = -1)
aiohttp/streams.py:630
↓ 1 callersMethodread
(self, decode=False)
tests/test_client_request.py:1323
↓ 1 callersMethodread
(self, decode=False)
tests/test_client_ws.py:181
↓ 1 callersFunctionread_loop
()
tests/test_client_functional.py:797
↓ 1 callersMethodread_nowait
(self, n: int = -1)
aiohttp/streams.py:648
↓ 1 callersMethodreadany
(self)
aiohttp/streams.py:635
↓ 1 callersMethodreadchunk
(self)
aiohttp/streams.py:638
↓ 1 callersMethodreadexactly
(self, n: int)
aiohttp/streams.py:645
↓ 1 callersMethodreadline
(self, *, max_line_length: int | None = None)
aiohttp/streams.py:627
↓ 1 callersMethodreceive_str
( self: "ClientWebSocketResponse[Literal[True]]", *, timeout: float | None = None )
aiohttp/client_ws.py:460
↓ 1 callersFunctionregister_payload
( factory: type["Payload"], type: Any, *, order: Order = Order.normal )
aiohttp/payload.py:65
↓ 1 callersMethodregister_route
(self, route: "ResourceRoute")
aiohttp/web_urldispatcher.py:361
↓ 1 callersFunctionrequest
( method: str, url: StrOrURL, *, version: HttpVersion = http.HttpVersion11,
aiohttp/client.py:1744
↓ 1 callersFunctionrequest
(client: TestClient[web.Request, web.Application])
tests/test_client_functional.py:4477
↓ 1 callersMethodrequest
( self, method: str, path: StrOrURL, **kwargs: Unpack[_RequestOptions] )
aiohttp/test_utils.py:354
↓ 1 callersFunctionreset_mocks
()
tests/test_client_session.py:1050
↓ 1 callersMethodresolve
(self, request)
tests/test_web_urldispatcher.py:686
↓ 1 callersFunctionresolve_host
()
tests/test_connector.py:4589
↓ 1 callersFunctionresolve_response
()
tests/test_connector.py:4297
↓ 1 callersMethodresume_reading
(self, resume_parser: bool = True)
aiohttp/client_proto.py:192
↓ 1 callersFunctionrfc822_formatted_time
()
aiohttp/helpers.py:540
↓ 1 callersFunctionrun
(conn)
tests/test_client_response.py:325
↓ 1 callersFunctionrun_app
Run an app locally
aiohttp/web.py:444
↓ 1 callersFunctionrun_benchmark
()
tests/test_benchmarks_web_request.py:36
↓ 1 callersFunctionrun_client_benchmark
()
tests/test_benchmarks_client.py:33
↓ 1 callersFunctionrun_client_benchmark
()
tests/test_benchmarks_web_middleware.py:43
↓ 1 callersFunctionrun_file_response_benchmark
()
tests/test_benchmarks_web_fileresponse.py:35
↓ 1 callersFunctionrun_test_server
Run a simple test server.
examples/retry_middleware.py:150
↓ 1 callersFunctionrun_test_server
Run a test server with JWT auth endpoints.
examples/token_refresh_middleware.py:246
↓ 1 callersFunctionrun_test_server
Run a simple test server with basic auth endpoints.
examples/basic_auth_middleware.py:119
↓ 1 callersFunctionrun_test_server
Run a test server with various endpoints.
examples/combined_middleware.py:238
↓ 1 callersFunctionrun_test_server
Run a simple test server.
examples/logging_middleware.py:87
↓ 1 callersFunctionrun_tests
Run all retry middleware tests.
examples/retry_middleware.py:167
↓ 1 callersFunctionrun_tests
Run all token refresh middleware tests.
examples/token_refresh_middleware.py:261
↓ 1 callersFunctionrun_tests
Run all basic auth middleware tests.
examples/basic_auth_middleware.py:134
↓ 1 callersFunctionrun_tests
Run all the middleware tests.
examples/combined_middleware.py:255
↓ 1 callersFunctionrun_tests
Run all the middleware tests.
examples/logging_middleware.py:105
↓ 1 callersFunctionrun_websocket_benchmark
()
tests/test_benchmarks_client_ws.py:38
↓ 1 callersMethodsend
(self, arg: None)
aiohttp/client.py:1676
↓ 1 callersMethodsend
(self, conn)
tests/test_client_request.py:1454
↓ 1 callersFunctionsend_and_cancel
()
tests/test_websocket_writer.py:170
↓ 1 callersMethodsend_bytes
(self, data: bytes, compress: int | None = None)
aiohttp/client_ws.py:293
↓ 1 callersMethodsend_connection_create_end
(self)
aiohttp/tracing.py:416
↓ 1 callersMethodsend_connection_create_start
(self)
aiohttp/tracing.py:411
↓ 1 callersMethodsend_connection_queued_end
(self)
aiohttp/tracing.py:406
↓ 1 callersMethodsend_connection_queued_start
(self)
aiohttp/tracing.py:401
↓ 1 callersMethodsend_connection_reuseconn
(self)
aiohttp/tracing.py:421
↓ 1 callersMethodsend_dns_cache_hit
(self, host: str)
aiohttp/tracing.py:436
↓ 1 callersMethodsend_dns_cache_miss
(self, host: str)
aiohttp/tracing.py:441
↓ 1 callersMethodsend_request_chunk_sent
( self, method: str, url: URL, chunk: bytes )
aiohttp/tracing.py:344
↓ 1 callersMethodsend_request_end
( self, method: str, url: URL, headers: "CIMultiDict[str]", response:
aiohttp/tracing.py:362
↓ 1 callersMethodsend_request_exception
( self, method: str, url: URL, headers: "CIMultiDict[str]", exception:
aiohttp/tracing.py:375
↓ 1 callersMethodsend_request_headers
( self, method: str, url: URL, headers: "CIMultiDict[str]" )
aiohttp/tracing.py:446
↓ 1 callersMethodsend_request_redirect
( self, method: str, url: URL, headers: "CIMultiDict[str]", response:
aiohttp/tracing.py:388
↓ 1 callersMethodsend_request_start
( self, method: str, url: URL, headers: "CIMultiDict[str]" )
aiohttp/tracing.py:335
↓ 1 callersFunctionsend_requests
()
tests/test_benchmarks_client_request.py:171
↓ 1 callersMethodsend_response_chunk_received
( self, method: str, url: URL, chunk: bytes )
aiohttp/tracing.py:353
↓ 1 callersMethodsend_str
(self, data: str, compress: int | None = None)
aiohttp/client_ws.py:286
↓ 1 callersFunctionsender
(request: Any, loop: Any)
tests/test_web_sendfile_functional.py:73
↓ 1 callersMethodsetUp
(self)
tests/test_cookiejar.py:426
↓ 1 callersMethodsetUpAsync
(self)
aiohttp/test_utils.py:580
↓ 1 callersMethodset_exception
( self, exc: BaseException, exc_cause: BaseException = ..., )
aiohttp/helpers.py:840
↓ 1 callersMethodset_exception
( self, exc: BaseException, exc_cause: BaseException = _EXC_SENTINEL, )
aiohttp/streams.py:596
↓ 1 callersFunctionset_token
(session: ClientSession, event: asyncio.Event)
docs/code/client_middleware_cookbook.py:98
↓ 1 callersMethodset_upgraded
Set connection upgraded (to websocket) mode. :param bool val: new state.
aiohttp/http_parser.py:650
↓ 1 callersFunctionset_zlib_backend
(new_zlib_backend: ZLibBackendProtocol)
aiohttp/compression_utils.py:144
↓ 1 callersFunctionshow_app_context
(appname)
tests/test_web_functional.py:1648
↓ 1 callersFunctionshutdown
()
tests/test_web_runner.py:198
↓ 1 callersMethodshutdown
Call any shutdown hooks to help server close gracefully.
aiohttp/web_runner.py:313
↓ 1 callersFunctionspy
()
tests/test_web_runner.py:193
← previousnext →801–900 of 5,569, ranked by callers