MCPcopy Create free account

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

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

↓ 3 callersMethodis_connected
(self)
aiohttp/client_proto.py:69
↓ 3 callersMethoditer_any
Returns an asynchronous iterator that yields all the available data as soon as it is received Python-3.5 available for Python 3.5+ on
aiohttp/streams.py:74
↓ 3 callersFunctionloop_context
A contextmanager that creates an event_loop, for test purposes. Handles the creation and cleanup of a test loop.
aiohttp/test_utils.py:473
↓ 3 callersMethodmultipart
Return async iterator to process BODY as multipart.
aiohttp/web_request.py:585
↓ 3 callersMethodnext
Emits next multipart reader object.
aiohttp/multipart.py:226
↓ 3 callersMethodpause_reading
(self)
aiohttp/base_protocol.py:34
↓ 3 callersMethodregister_resource
(self, resource: AbstractResource)
aiohttp/web_urldispatcher.py:969
↓ 3 callersMethodrelease
Reads all the body parts to the void till the final boundary.
aiohttp/multipart.py:628
↓ 3 callersMethodresolve
(self, host: str, port: int=0, family: int=socket.AF_INET)
aiohttp/resolver.py:26
↓ 3 callersMethodresolve
Return MATCH_INFO for given request
aiohttp/abc.py:55
↓ 3 callersMethodresume_reading
(self)
aiohttp/base_protocol.py:42
↓ 3 callersMethodresume_writing
(self)
aiohttp/base_protocol.py:24
↓ 3 callersMethodset_exception
(self, exc: BaseException)
aiohttp/client_proto.py:123
↓ 3 callersMethodset_exception
(self, exc: BaseException)
aiohttp/streams.py:147
↓ 3 callersFunctionsetup_test_loop
Create and return an asyncio.BaseEventLoop instance. The caller should also call teardown_test_loop, once they are done with the loop.
aiohttp/test_utils.py:484
↓ 3 callersMethodstop
(self)
aiohttp/web_runner.py:62
↓ 3 callersFunctionteardown_test_loop
Teardown and cleanup an event_loop created by setup_test_loop.
aiohttp/test_utils.py:510
↓ 2 callersMethod__aiter__
(self)
aiohttp/streams.py:594
↓ 2 callersMethod__init__
(self, line: str, limit: str='Unknown', actual_size: str='Unknown')
aiohttp/http_exceptions.py:76
↓ 2 callersMethod__init__
( self, boundary: bytes, headers: 'CIMultiDictProxy[str]', content: StreamRead
aiohttp/multipart.py:246
↓ 2 callersMethod_add_subapp
(self, resource_factory: Callable[[], AbstractResource], subapp: 'Appl
aiohttp/web_app.py:227
↓ 2 callersMethod_available_connections
Return number of available connections taking into account the limit, limit_per_host and the connection key. If it returns l
aiohttp/connector.py:423
↓ 2 callersMethod_cancel
(self, exc: BaseException)
aiohttp/web_request.py:691
↓ 2 callersMethod_cancel_heartbeat
(self)
aiohttp/client_ws.py:78
↓ 2 callersMethod_cancel_heartbeat
(self)
aiohttp/web_ws.py:85
↓ 2 callersMethod_check_frozen
(self)
aiohttp/web_app.py:126
↓ 2 callersMethod_close_immediately
(self)
aiohttp/connector.py:371
↓ 2 callersMethod_create_connection
(self, req: 'ClientRequest', traces: List['Trace'],
aiohttp/connector.py:627
↓ 2 callersMethod_create_direct_connection
( self, req: 'ClientRequest', traces: List['Trace'], timeout:
aiohttp/connector.py:925
↓ 2 callersMethod_do_sendfile
(self, out_fd: int)
aiohttp/web_fileresponse.py:76
↓ 2 callersMethod_generate_content_type_header
( self, CONTENT_TYPE: istr=hdrs.CONTENT_TYPE)
aiohttp/web_response.py:298
↓ 2 callersMethod_is_domain_match
Implements domain matching adhering to RFC 6265.
aiohttp/cookiejar.py:242
↓ 2 callersMethod_notify_content
(self)
aiohttp/client_reqrep.py:897
↓ 2 callersMethod_notify_release
(self)
aiohttp/connector.py:133
↓ 2 callersMethod_parse_content_type
(self, raw: str)
aiohttp/helpers.py:636
↓ 2 callersMethod_readline
(self)
aiohttp/multipart.py:684
↓ 2 callersMethod_reset_heartbeat
(self)
aiohttp/client_ws.py:87
↓ 2 callersMethod_reset_heartbeat
(self)
aiohttp/web_ws.py:94
↓ 2 callersMethod_unreg_site
(self, site: BaseSite)
aiohttp/web_runner.py:287
↓ 2 callersMethod_wait_next_notify
(self)
aiohttp/worker.py:115
↓ 2 callersMethod_wrap_create_connection
( self, *args: Any, req: 'ClientRequest', timeout: 'ClientTimeout',
aiohttp/connector.py:908
↓ 2 callersMethodadd_app
Add application to the nested apps stack.
aiohttp/abc.py:90
↓ 2 callersMethodaddurls
(self, urls)
examples/legacy/crawl.py:35
↓ 2 callersMethodat_eof
(self)
aiohttp/streams.py:542
↓ 2 callersMethodcheck
(self, transport: asyncio.Transport)
aiohttp/client_reqrep.py:125
↓ 2 callersFunctionchunkify
(seq, n)
tests/test_streams.py:19
↓ 2 callersMethodclear
(self)
aiohttp/connector.py:655
↓ 2 callersMethodclose
(self)
aiohttp/helpers.py:533
↓ 2 callersMethodclose
(self, *, code: int=1000, message: bytes=b'')
aiohttp/client_ws.py:170
↓ 2 callersMethodconnection_lost
(self, exc)
tests/test_client_functional.py:2722
↓ 2 callersFunctioncoro
()
tests/test_client_request.py:942
↓ 2 callersFunctioncoro
()
tests/test_run_app.py:645
↓ 2 callersMethodcreate_connection
(*args, **kwargs)
tests/test_proxy.py:227
↓ 2 callersMethodexception
(self)
aiohttp/web_ws.py:266
↓ 2 callersMethodfeed_data
(self, chunk: bytes, size: int)
aiohttp/http_parser.py:736
↓ 2 callersMethodfeed_eof
(self)
aiohttp/http_parser.py:574
↓ 2 callersMethodfrom_response
Constructs reader instance from HTTP response. :param response: :class:`~aiohttp.client.ClientResponse` instance
aiohttp/multipart.py:592
↓ 2 callersFunctiongen
(fname)
tests/test_client_functional.py:1570
↓ 2 callersFunctiongen
()
tests/test_payload.py:92
↓ 2 callersFunctionget_port_socket
(host: str, port: int)
aiohttp/test_utils.py:64
↓ 2 callersFunctionget_unused_port_socket
(host: str)
aiohttp/test_utils.py:60
↓ 2 callersMethodhandle_error
Handle errors. Returns HTTP response with specific status code. Logs additional information. It always closes current connection.
aiohttp/web_protocol.py:589
↓ 2 callersFunctionhandle_with_error
()
tests/test_web_protocol.py:70
↓ 2 callersFunctionis_token
(string: str)
aiohttp/multipart.py:67
↓ 2 callersMethoditer_chunked
Returns an asynchronous iterator that yields chunks of size n. Python-3.5 available for Python 3.5+ only
aiohttp/streams.py:67
↓ 2 callersMethoditer_chunks
Returns an asynchronous iterator that yields chunks of data as they are received by the server. The yielded objects are tuples of (byt
aiohttp/streams.py:82
↓ 2 callersMethodlog_debug
(self, *args: Any, **kw: Any)
aiohttp/web_protocol.py:382
↓ 2 callersMethodlog_exception
(self, *args: Any, **kw: Any)
aiohttp/web_protocol.py:386
↓ 2 callersMethodmatch_domain
(self, host: str)
aiohttp/web_urldispatcher.py:754
↓ 2 callersMethodnamed_resources
(self)
aiohttp/web_urldispatcher.py:966
↓ 2 callersFunctionnext_whole_second
Return current time rounded up to the next whole second.
aiohttp/helpers.py:461
↓ 2 callersMethodon_eof
(self, callback: Callable[[], None])
aiohttp/streams.py:482
↓ 2 callersMethodoptions
Perform HTTP OPTIONS request.
aiohttp/client.py:832
↓ 2 callersMethodparse_headers
Parses RFC 5322 headers from a stream. Line continuations are supported. Returns list of header name and value pairs. Header name is
aiohttp/http_parser.py:369
↓ 2 callersMethodparse_message
(self, lines: List[bytes])
aiohttp/http_parser.py:206
↓ 2 callersMethodpong
(self)
examples/legacy/tcp_protocol_parser.py:57
↓ 2 callersMethodpre_freeze
(self)
aiohttp/web_app.py:156
↓ 2 callersMethodprocess
(self, url)
examples/legacy/crawl.py:50
↓ 2 callersMethodraw_match
(self, path: str)
aiohttp/web_urldispatcher.py:362
↓ 2 callersMethodread
Read request body if present. Returns bytes object with full request content.
aiohttp/web_request.py:541
↓ 2 callersMethodregister
(self, factory: Type['Payload'], type: Any, *,
aiohttp/payload.py:108
↓ 2 callersMethodrelease
Releases the connection gracefully, reading all the content to the void.
aiohttp/multipart.py:235
↓ 2 callersMethodsend_text
(self, text)
examples/legacy/tcp_protocol_parser.py:63
↓ 2 callersMethodsendfile
(self)
aiohttp/web_fileresponse.py:95
↓ 2 callersMethodset_exception
(self, exc: BaseException)
aiohttp/http_parser.py:733
↓ 2 callersFunctionskip_if_no_dict
(loop)
tests/test_worker.py:26
↓ 2 callersFunctionskip_if_on_windows
()
tests/test_run_app.py:63
↓ 2 callersMethodstart
(self)
aiohttp/web_runner.py:130
↓ 2 callersMethodstart
(self)
aiohttp/web_runner.py:156
↓ 2 callersMethodstart
Start response processing.
aiohttp/client_reqrep.py:780
↓ 2 callersMethodstatic
(self, prefix: str, path: PathLike, **kwargs: Any)
aiohttp/web_routedef.py:192
↓ 2 callersMethodstop
(self)
examples/fake_server.py:57
↓ 2 callersFunctionstrip_auth_from_url
(url: URL)
aiohttp/helpers.py:179
↓ 2 callersFunctionthrow_exc
()
tests/test_client_request.py:889
↓ 2 callersMethodtimed_request
(self, url, update_time, send_time)
tests/test_cookiejar.py:381
↓ 2 callersFunctionwait
()
tests/test_base_protocol.py:146
↓ 2 callersMethodwait_eof
(self)
aiohttp/streams.py:199
↓ 2 callersMethodwait_for_close
(self)
aiohttp/client_reqrep.py:904
↓ 2 callersMethodwrite_bytes
Support coroutines that yields bytes objects.
aiohttp/client_reqrep.py:488
↓ 2 callersMethodwrite_eof
(self)
aiohttp/web_ws.py:300
← previousnext →301–400 of 3,741, ranked by callers