MCPcopy Create free account

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

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

↓ 2 callersFunctionws_ext_gen
(compress: int=15, isserver: bool=False, server_notakeover: bool=False)
aiohttp/http_websocket.py:207
↓ 2 callersFunctionws_ext_parse
(extstr: str, isserver: bool=False)
aiohttp/http_websocket.py:155
↓ 1 callersMethod__await__
(self)
aiohttp/client.py:955
↓ 1 callersMethod__del__
(self, _warnings: Any=warnings)
aiohttp/client.py:268
↓ 1 callersMethod__init__
(self, path: Union[str, pathlib.Path], chunk_size: int=256*1024, status: int
aiohttp/web_fileresponse.py:127
↓ 1 callersMethod__init__
(self, *args: Any, **kwargs: Any)
aiohttp/web_request.py:699
↓ 1 callersMethod__init__
(self, manager: 'Server', *, loop: asyncio.AbstractEventLoop, keepalive_time
aiohttp/web_protocol.py:143
↓ 1 callersMethod__init__
(self, fingerprint: bytes)
aiohttp/client_reqrep.py:110
↓ 1 callersMethod__init__
(self, url: Any)
aiohttp/client_exceptions.py:203
↓ 1 callersMethod__init__
(self, *, body: Any=None, status: int=200, reason: Optional
aiohttp/web_response.py:478
↓ 1 callersMethod__init__
(self, app: Application, *, scheme: Union[str, object]=sentinel, host: str='
aiohttp/test_utils.py:185
↓ 1 callersMethod__init__
(self, *, logger: logging.Logger=web_logger, middlewares: Iterable[_Middlewa
aiohttp/web_app.py:76
↓ 1 callersMethod__init__
(self, loop: asyncio.AbstractEventLoop)
aiohttp/streams.py:528
↓ 1 callersMethod__init__
(self, content)
tests/test_multipart.py:62
↓ 1 callersMethod__repr__
(self)
aiohttp/web_urldispatcher.py:863
↓ 1 callersFunction_cancel_all_tasks
(loop: asyncio.AbstractEventLoop)
aiohttp/web.py:371
↓ 1 callersFunction_check_request_resolves
(request: Request, path: str)
aiohttp/web_middlewares.py:21
↓ 1 callersMethod_check_site
(self, site: BaseSite)
aiohttp/web_runner.py:282
↓ 1 callersMethod_cleanup_server
(self)
aiohttp/web_runner.py:273
↓ 1 callersMethod_compress_body
(self, zlib_mode: int)
aiohttp/web_response.py:662
↓ 1 callersFunction_create_app_mock
()
aiohttp/test_utils.py:528
↓ 1 callersMethod_create_proxy_connection
( self, req: 'ClientRequest', traces: List['Trace'], timeout:
aiohttp/connector.py:985
↓ 1 callersFunction_create_transport
(sslcontext: Optional[SSLContext]=None)
aiohttp/test_utils.py:545
↓ 1 callersMethod_decode_content
(self, data: bytes)
aiohttp/multipart.py:478
↓ 1 callersMethod_decode_content_transfer
(self, data: bytes)
aiohttp/multipart.py:490
↓ 1 callersMethod_directory_as_html
(self, filepath: Path)
aiohttp/web_urldispatcher.py:622
↓ 1 callersMethod_do_start_compression
(self, coding: ContentCoding)
aiohttp/web_response.py:311
↓ 1 callersFunction_error_handle
()
tests/test_web_protocol.py:146
↓ 1 callersMethod_expire_cookie
(self, when: datetime.datetime, domain: str, name: str )
aiohttp/cookiejar.py:111
↓ 1 callersFunction_fix_request_current_app
(app: 'Application')
aiohttp/web_middlewares.py:119
↓ 1 callersMethod_format_line
(self, request: BaseRequest, response: StreamResponse,
aiohttp/web_log.py:204
↓ 1 callersMethod_gen_form_data
Encode a list of fields using the multipart/form-data MIME format
aiohttp/formdata.py:116
↓ 1 callersMethod_gen_form_urlencoded
(self)
aiohttp/formdata.py:98
↓ 1 callersMethod_get_boundary
(self)
aiohttp/multipart.py:666
↓ 1 callersMethod_get_file_hash
(byte_array: bytes)
aiohttp/web_urldispatcher.py:547
↓ 1 callersMethod_get_fingerprint
(self, req: 'ClientRequest')
aiohttp/connector.py:898
↓ 1 callersMethod_handle_request
(self, request: BaseRequest, start_time: float,
aiohttp/web_protocol.py:406
↓ 1 callersFunction_initialize_default_reason
()
aiohttp/web_exceptions.py:482
↓ 1 callersMethod_is_path_match
Implements path matching adhering to RFC 6265.
aiohttp/cookiejar.py:258
↓ 1 callersMethod_iter
(self)
aiohttp/web_urldispatcher.py:869
↓ 1 callersMethod_make_runner
(self, **kwargs: Any)
aiohttp/test_utils.py:124
↓ 1 callersMethod_make_server
(self)
aiohttp/web_runner.py:269
↓ 1 callersMethod_maybe_release_last_part
Ensures that the last read body part is read completely.
aiohttp/multipart.py:750
↓ 1 callersMethod_parse_date
Implements date string parsing adhering to RFC 6265.
aiohttp/cookiejar.py:277
↓ 1 callersFunction_passthrough_loop_context
setups and tears down a loop unless one is passed in via the loop argument when it's passed straight through.
aiohttp/pytest_plugin.py:134
↓ 1 callersFunction_patch_ssl_transport
Make ssl transport substitution to prevent ssl handshake.
tests/test_proxy_functional.py:473
↓ 1 callersMethod_post_start
(self, request: BaseRequest, protocol: str, writer: WebSocketWriter)
aiohttp/web_ws.py:227
↓ 1 callersMethod_pre_start
(self, request: BaseRequest)
aiohttp/web_ws.py:206
↓ 1 callersMethod_prepare_hook
(self, response: StreamResponse)
aiohttp/web_request.py:746
↓ 1 callersMethod_prepare_middleware
(self)
aiohttp/web_app.py:305
↓ 1 callersMethod_raise_allowed_methods
(self)
aiohttp/web_urldispatcher.py:881
↓ 1 callersMethod_read_boundary
(self)
aiohttp/multipart.py:714
↓ 1 callersMethod_read_chunk_from_length
(self, size: int)
aiohttp/multipart.py:345
↓ 1 callersMethod_read_chunk_from_stream
(self, size: int)
aiohttp/multipart.py:354
↓ 1 callersMethod_read_headers
(self)
aiohttp/multipart.py:738
↓ 1 callersMethod_read_until_first_boundary
(self)
aiohttp/multipart.py:689
↓ 1 callersMethod_reg_site
(self, site: BaseSite)
aiohttp/web_runner.py:276
↓ 1 callersMethod_reg_subapp_signals
(self, subapp: 'Application')
aiohttp/web_app.py:203
↓ 1 callersFunction_run_app
(app: Union[Application, Awaitable[Application]], *, host: Optional[str]=None,
aiohttp/web.py:279
↓ 1 callersFunction_runtime_warning_context
Context manager which checks for RuntimeWarnings, specifically to avoid "coroutine 'X' was never awaited" warnings being missed. If Runt
aiohttp/pytest_plugin.py:113
↓ 1 callersMethod_sendfile_fallback
(self, request: 'BaseRequest', fobj: IO[Any],
aiohttp/web_fileresponse.py:174
↓ 1 callersMethod_start
(self, request: 'BaseRequest')
aiohttp/web_response.py:343
↓ 1 callersMethod_start_compression
(self, request: 'BaseRequest')
aiohttp/web_response.py:320
↓ 1 callersMethod_write
(self, data: bytes)
aiohttp/http_websocket.py:618
↓ 1 callersMethod_ws_connect
( self, url: StrOrURL, *, method: str=hdrs.METH_GET, protocols
aiohttp/client.py:630
↓ 1 callersMethod_ws_connect
(self, path: str, **kwargs: Any)
aiohttp/test_utils.py:349
↓ 1 callersMethodadd_delete
Shortcut for add_route with method DELETE
aiohttp/web_urldispatcher.py:1093
↓ 1 callersMethodadd_fields
(self, *fields: Any)
aiohttp/formdata.py:75
↓ 1 callersMethodadd_patch
Shortcut for add_route with method PATCH
aiohttp/web_urldispatcher.py:1086
↓ 1 callersMethodadd_put
Shortcut for add_route with method PUT
aiohttp/web_urldispatcher.py:1079
↓ 1 callersMethodadd_view
Shortcut for add_route with ANY methods for a class-based view
aiohttp/web_urldispatcher.py:1100
↓ 1 callersFunctionall_tasks
( loop: Optional[asyncio.AbstractEventLoop] = None )
aiohttp/helpers.py:69
↓ 1 callersFunctionapp
()
tests/test_signals.py:13
↓ 1 callersFunctionassert_sock_fits
(sock_path)
tests/conftest.py:142
↓ 1 callersMethodat_eof
(self)
aiohttp/streams.py:494
↓ 1 callersMethodat_eof
Returns True when all response data had been read.
aiohttp/multipart.py:222
↓ 1 callersMethodbegin_http_chunk_receiving
(self)
aiohttp/http_parser.py:766
↓ 1 callersFunctionbuild
(headers)
tools/gen.py:22
↓ 1 callersFunctioncancel
()
tests/test_web_protocol.py:499
↓ 1 callersFunctioncanceller
()
tests/test_client_functional.py:2845
↓ 1 callersFunctioncheck
(reader)
tests/test_multipart.py:1406
↓ 1 callersFunctioncheck_file
(fs)
tests/test_web_functional.py:312
↓ 1 callersFunctioncheck_with_exc
(err)
tests/test_connector.py:1648
↓ 1 callersMethodcleanup
(self)
aiohttp/web_runner.py:245
↓ 1 callersMethodclear
(self)
aiohttp/cookiejar.py:358
↓ 1 callersFunctionclient
(loop, url, name)
tests/autobahn/client.py:8
↓ 1 callersMethodclose
(self)
aiohttp/client_proto.py:61
↓ 1 callersMethodclose
(self)
aiohttp/resolver.py:41
↓ 1 callersMethodclose
(self)
aiohttp/resolver.py:75
↓ 1 callersMethodclose
Close all fixtures created by the test client. After that point, the TestClient is no longer usable. This is an idempotent function:
aiohttp/test_utils.py:153
↓ 1 callersMethodcompile_format
Translate log_format into form usable by modulo formatting All known atoms will be replaced with %s Also methods for formatting of th
aiohttp/web_log.py:79
↓ 1 callersFunctioncontent_disposition_header
Sets ``Content-Disposition`` header. disptype is a disposition type: inline, attachment, form-data. Should be valid extension token (see RFC
aiohttp/helpers.py:344
↓ 1 callersFunctioncurl
(url)
examples/curl.py:9
↓ 1 callersMethoddetach
Detach connector from session without closing the former. Session is switched to closed state anyway.
aiohttp/client.py:916
↓ 1 callersFunctiondispatch
()
examples/client_ws.py:23
↓ 1 callersMethoddispatch
(self)
examples/legacy/tcp_protocol_parser.py:85
↓ 1 callersMethodenable_chunking
Enable HTTP chunked mode
aiohttp/abc.py:181
↓ 1 callersMethodenable_compression
(self, encoding: str='deflate')
aiohttp/multipart.py:979
↓ 1 callersMethodenable_encoding
(self, encoding: str)
aiohttp/multipart.py:972
↓ 1 callersMethodend_http_chunk_receiving
(self)
aiohttp/http_parser.py:769
← previousnext →401–500 of 3,741, ranked by callers