Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
_
_create_connection() (aiohttp.BaseConnector method)
A
ABNORMAL_CLOSURE (aiohttp.WSCloseCode attribute)
AbstractAccessLogger (class in aiohttp.abc)
AbstractCookieJar (class in aiohttp.abc)
AbstractMatchInfo (class in aiohttp.abc)
AbstractResource (class in aiohttp.web)
AbstractRoute (class in aiohttp.web)
AbstractRouteDef (class in aiohttp.web)
AbstractRouter (class in aiohttp.abc)
AbstractView (class in aiohttp.abc)
add_delete() (aiohttp.web.UrlDispatcher method)
add_domain() (aiohttp.web.Application method)
add_field() (aiohttp.FormData method)
add_fields() (aiohttp.FormData method)
add_get() (aiohttp.web.UrlDispatcher method)
add_head() (aiohttp.web.UrlDispatcher method)
add_patch() (aiohttp.web.UrlDispatcher method)
add_post() (aiohttp.web.UrlDispatcher method)
add_put() (aiohttp.web.UrlDispatcher method)
add_resource() (aiohttp.web.UrlDispatcher method)
add_route() (aiohttp.web.Resource method)
(aiohttp.web.UrlDispatcher method)
add_routes() (aiohttp.web.Application method)
(aiohttp.web.UrlDispatcher method)
add_static() (aiohttp.web.UrlDispatcher method)
add_subapp() (aiohttp.web.Application method)
add_view() (aiohttp.web.UrlDispatcher method)
addresses (aiohttp.web.BaseRunner attribute)
aiodns
aiohttp
module
aiohttp.abc
module
aiohttp.test_utils
module
aiohttp.web
module
aiohttp_client (in module pytest_aiohttp)
aiohttp_raw_server (in module pytest_aiohttp)
aiohttp_server (in module pytest_aiohttp)
aiohttp_unused_port (in module pytest_aiohttp)
AioHTTPTestCase (class in aiohttp.test_utils)
app (aiohttp.test_utils.AioHTTPTestCase attribute)
(aiohttp.test_utils.TestClient attribute)
(aiohttp.test_utils.TestServer attribute)
(aiohttp.web.AppRunner attribute)
(aiohttp.web.Request attribute)
append() (aiohttp.MultipartWriter method)
append_form() (aiohttp.MultipartWriter method)
append_json() (aiohttp.MultipartWriter method)
append_payload() (aiohttp.MultipartWriter method)
AppKey (class in aiohttp.web)
Application (class in aiohttp.web)
AppRunner (class in aiohttp.web)
asyncio
asyncSetUp() (aiohttp.test_utils.AioHTTPTestCase method)
asyncTearDown() (aiohttp.test_utils.AioHTTPTestCase method)
at_eof() (aiohttp.BodyPartReader method)
(aiohttp.MultipartReader method)
(aiohttp.MultipartResponseWrapper method)
(aiohttp.StreamReader method)
auth (aiohttp.ClientSession attribute)
auto_decompress (aiohttp.ClientSession attribute)
B
BAD_GATEWAY (aiohttp.WSCloseCode attribute)
BaseConnector (class in aiohttp)
BaseRequest (class in aiohttp.web)
BaseRunner (class in aiohttp.web)
BaseSite (class in aiohttp.web)
BaseTestServer (class in aiohttp.test_utils)
BasicAuth (class in aiohttp)
BINARY (aiohttp.WSMsgType attribute)
body (aiohttp.web.Response attribute)
body_exists (aiohttp.web.BaseRequest attribute)
BodyPartReader (class in aiohttp)
boundary (aiohttp.MultipartWriter attribute)
Brotli
brotlicffi
C
cached_hosts (aiohttp.TCPConnector attribute)
callable
can_prepare() (aiohttp.web.WebSocketResponse method)
can_read_body (aiohttp.web.BaseRequest attribute)
canonical (aiohttp.web.AbstractResource attribute)
(aiohttp.web.DynamicResource attribute)
(aiohttp.web.PlainResource attribute)
(aiohttp.web.PrefixedSubAppResource attribute)
(aiohttp.web.StaticResource attribute)
ChainMapProxy (class in aiohttp)
charset (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
chunk (aiohttp.TraceRequestChunkSentParams attribute)
(aiohttp.TraceResponseChunkReceivedParams attribute)
chunked (aiohttp.web.StreamResponse attribute)
cleanup() (aiohttp.web.Application method)
(aiohttp.web.AppRunner method)
(aiohttp.web.BaseRunner method)
cleanup_ctx (aiohttp.web.Application attribute)
clear() (aiohttp.abc.AbstractCookieJar method)
(aiohttp.CookieJar method)
clear_dns_cache() (aiohttp.TCPConnector method)
clear_domain() (aiohttp.abc.AbstractCookieJar method)
(aiohttp.CookieJar method)
client (aiohttp.test_utils.AioHTTPTestCase attribute)
client_max_size (aiohttp.web.BaseRequest attribute)
ClientConnectionError (class in aiohttp)
ClientConnectorCertificateError (class in aiohttp)
ClientConnectorError (class in aiohttp)
ClientConnectorSSLError (class in aiohttp)
ClientError
ClientOSError (class in aiohttp)
ClientPayloadError (class in aiohttp)
ClientProxyConnectionError (class in aiohttp)
ClientResponse (class in aiohttp)
ClientResponseError
ClientSession (class in aiohttp)
ClientSSLError (class in aiohttp)
ClientTimeout (class in aiohttp)
ClientWebSocketResponse (class in aiohttp)
clone() (aiohttp.web.BaseRequest method)
CLOSE (aiohttp.WSMsgType attribute)
close() (aiohttp.BaseConnector method)
(aiohttp.ClientResponse method)
(aiohttp.ClientSession method)
(aiohttp.ClientWebSocketResponse method)
(aiohttp.Connection method)
(aiohttp.test_utils.BaseTestServer method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.WebSocketResponse method)
close_code (aiohttp.web.WebSocketResponse attribute)
closed (aiohttp.BaseConnector attribute)
(aiohttp.ClientSession attribute)
(aiohttp.ClientWebSocketResponse attribute)
(aiohttp.Connection attribute)
(aiohttp.web.WebSocketResponse attribute)
code (aiohttp.ClientResponseError attribute)
compression (aiohttp.web.StreamResponse attribute)
config_dict (aiohttp.web.Request attribute)
connect (aiohttp.ClientTimeout attribute)
connect() (aiohttp.BaseConnector method)
connection (aiohttp.ClientResponse attribute)
Connection (class in aiohttp)
connections (aiohttp.web.Server attribute)
connector (aiohttp.ClientSession attribute)
connector_owner (aiohttp.ClientSession attribute)
content (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
content_disposition (aiohttp.ClientResponse attribute)
content_length (aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
content_type (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.FileField attribute)
(aiohttp.web.StreamResponse attribute)
ContentCoding (class in aiohttp.web)
ContentDisposition (class in aiohttp)
ContentTypeError (class in aiohttp)
CONTINUATION (aiohttp.WSMsgType attribute)
cookie_jar (aiohttp.ClientSession attribute)
CookieJar (class in aiohttp)
cookies (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
D
data (aiohttp.WSMessage attribute)
debug (aiohttp.web.Application attribute)
decode() (aiohttp.BasicAuth class method)
(aiohttp.BodyPartReader method)
deflate (aiohttp.web.ContentCoding attribute)
del_cookie() (aiohttp.web.StreamResponse method)
delete() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
detach() (aiohttp.ClientSession method)
dns_cache (aiohttp.TCPConnector attribute)
DummyCookieJar (class in aiohttp)
DynamicResource (class in aiohttp.web)
E
enable_chunked_encoding() (aiohttp.web.StreamResponse method)
enable_compression() (aiohttp.web.StreamResponse method)
encode() (aiohttp.BasicAuth method)
environment variable
NETRC
,
[1]
ERROR (aiohttp.WSMsgType attribute)
etag (aiohttp.web.StreamResponse attribute)
ETag (class in aiohttp)
exception (aiohttp.TraceRequestExceptionParams attribute)
exception() (aiohttp.ClientWebSocketResponse method)
(aiohttp.StreamReader method)
(aiohttp.web.WebSocketResponse method)
expect_handler (aiohttp.web.UrlMappingMatchInfo attribute)
expect_handler() (aiohttp.abc.AbstractMatchInfo method)
extra (aiohttp.WSMessage attribute)
F
family (aiohttp.TCPConnector attribute)
fetch_next_part() (aiohttp.MultipartReader method)
file (aiohttp.web.FileField attribute)
FileField (class in aiohttp.web)
filename (aiohttp.BodyPartReader attribute)
(aiohttp.ContentDisposition attribute)
(aiohttp.web.FileField attribute)
filter_cookies() (aiohttp.abc.AbstractCookieJar method)
(aiohttp.CookieJar method)
Fingerprint (class in aiohttp)
force_close (aiohttp.BaseConnector attribute)
force_close() (aiohttp.web.StreamResponse method)
form() (aiohttp.BodyPartReader method)
FormData (class in aiohttp)
forwarded (aiohttp.web.BaseRequest attribute)
freeze() (aiohttp.FrozenList method)
from_response() (aiohttp.MultipartReader class method)
from_url() (aiohttp.BasicAuth class method)
frozen (aiohttp.FrozenList attribute)
FrozenList (class in aiohttp)
G
get() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
get_application() (aiohttp.test_utils.AioHTTPTestCase method)
get_charset() (aiohttp.BodyPartReader method)
get_client() (aiohttp.test_utils.AioHTTPTestCase method)
get_encoding() (aiohttp.ClientResponse method)
get_extra_info() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.BaseRequest method)
(aiohttp.web.WebSocketResponse method)
get_info() (aiohttp.web.AbstractResource method)
get_server() (aiohttp.test_utils.AioHTTPTestCase method)
GOING_AWAY (aiohttp.WSCloseCode attribute)
gunicorn
gzip (aiohttp.web.ContentCoding attribute)
H
handle_expect_header() (aiohttp.web.AbstractRoute method)
handler (aiohttp.test_utils.BaseTestServer attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.RouteDef attribute)
(aiohttp.web.UrlMappingMatchInfo attribute)
handler() (aiohttp.abc.AbstractMatchInfo method)
has_body (aiohttp.web.BaseRequest attribute)
head() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
headers (aiohttp.ClientResponse attribute)
(aiohttp.ClientResponseError attribute)
(aiohttp.ClientSession attribute)
(aiohttp.RequestInfo attribute)
(aiohttp.TraceRequestEndParams attribute)
(aiohttp.TraceRequestExceptionParams attribute)
(aiohttp.TraceRequestHeadersSentParams attribute)
(aiohttp.TraceRequestRedirectParams attribute)
(aiohttp.TraceRequestStartParams attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
history (aiohttp.ClientResponse attribute)
(aiohttp.ClientResponseError attribute)
host (aiohttp.test_utils.BaseTestServer attribute)
(aiohttp.test_utils.TestClient attribute)
(aiohttp.TraceDnsCacheHitParams attribute)
(aiohttp.TraceDnsCacheMissParams attribute)
(aiohttp.TraceDnsResolveHostEndParams attribute)
(aiohttp.TraceDnsResolveHostStartParams attribute)
(aiohttp.web.BaseRequest attribute)
http_exception (aiohttp.abc.AbstractMatchInfo attribute)
http_range (aiohttp.web.BaseRequest attribute)
HTTPException (class in aiohttp.web)
I
identity (aiohttp.web.ContentCoding attribute)
IDNA
if_match (aiohttp.web.BaseRequest attribute)
if_modified_since (aiohttp.web.BaseRequest attribute)
if_none_match (aiohttp.web.BaseRequest attribute)
if_range (aiohttp.web.BaseRequest attribute)
if_unmodified_since (aiohttp.web.BaseRequest attribute)
INTERNAL_ERROR (aiohttp.WSCloseCode attribute)
INVALID_TEXT (aiohttp.WSCloseCode attribute)
InvalidURL
is_eof() (in module aiohttp)
is_weak (aiohttp.ETag attribute)
iter_any() (aiohttp.StreamReader method)
iter_chunked() (aiohttp.StreamReader method)
iter_chunks() (aiohttp.StreamReader method)
J
json() (aiohttp.BodyPartReader method)
(aiohttp.ClientResponse method)
(aiohttp.web.BaseRequest method)
(aiohttp.WSMessage method)
json_response() (in module aiohttp.web)
json_serialize (aiohttp.ClientSession attribute)
K
keep-alive
keep_alive (aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
kwargs (aiohttp.web.RouteDef attribute)
(aiohttp.web.StaticDef attribute)
L
last_modified (aiohttp.web.StreamResponse attribute)
limit (aiohttp.BaseConnector attribute)
limit_per_host (aiohttp.BaseConnector attribute)
links (aiohttp.ClientResponse attribute)
load() (aiohttp.CookieJar method)
log() (aiohttp.abc.AbstractAccessLogger method)
logger (aiohttp.web.Application attribute)
loop (aiohttp.ClientSession attribute)
(aiohttp.Connection attribute)
(aiohttp.web.Application attribute)
(aiohttp.web.BaseRequest attribute)
loop_context() (in module aiohttp.test_utils)
M
make_handler() (aiohttp.web.Application method)
make_mocked_coro() (in module aiohttp.test_utils)
make_mocked_request() (in module aiohttp.test_utils)
make_url() (aiohttp.test_utils.BaseTestServer method)
(aiohttp.test_utils.TestClient method)
MANDATORY_EXTENSION (aiohttp.WSCloseCode attribute)
match_info (aiohttp.web.Request attribute)
message (aiohttp.ClientResponseError attribute)
(aiohttp.ServerDisconnectedError attribute)
MESSAGE_TOO_BIG (aiohttp.WSCloseCode attribute)
method (aiohttp.ClientResponse attribute)
(aiohttp.RequestInfo attribute)
(aiohttp.TraceRequestChunkSentParams attribute)
(aiohttp.TraceRequestEndParams attribute)
(aiohttp.TraceRequestExceptionParams attribute)
(aiohttp.TraceRequestHeadersSentParams attribute)
(aiohttp.TraceRequestRedirectParams attribute)
(aiohttp.TraceRequestStartParams attribute)
(aiohttp.TraceResponseChunkReceivedParams attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.RouteDef attribute)
module
aiohttp
aiohttp.abc
aiohttp.test_utils
aiohttp.web
multipart() (aiohttp.web.BaseRequest method)
MultipartReader (class in aiohttp)
MultipartResponseWrapper (class in aiohttp)
MultipartWriter (class in aiohttp)
N
name (aiohttp.BodyPartReader attribute)
(aiohttp.web.AbstractResource attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.BaseSite attribute)
(aiohttp.web.FileField attribute)
named_resources() (aiohttp.web.UrlDispatcher method)
NamedPipeSite (class in aiohttp.web)
NETRC
next() (aiohttp.MultipartReader method)
(aiohttp.MultipartResponseWrapper method)
nginx
normalize_path_middleware() (in module aiohttp.web)
O
ok (aiohttp.ClientResponse attribute)
(aiohttp.web.WebSocketReady attribute)
OK (aiohttp.WSCloseCode attribute)
on_cleanup (aiohttp.web.Application attribute)
on_connection_create_end (aiohttp.TraceConfig attribute)
on_connection_create_start (aiohttp.TraceConfig attribute)
on_connection_queued_end (aiohttp.TraceConfig attribute)
on_connection_queued_start (aiohttp.TraceConfig attribute)
on_connection_reuseconn (aiohttp.TraceConfig attribute)
on_dns_cache_hit (aiohttp.TraceConfig attribute)
on_dns_cache_miss (aiohttp.TraceConfig attribute)
on_dns_resolvehost_end (aiohttp.TraceConfig attribute)
on_dns_resolvehost_start (aiohttp.TraceConfig attribute)
on_request_chunk_sent (aiohttp.TraceConfig attribute)
on_request_end (aiohttp.TraceConfig attribute)
on_request_exception (aiohttp.TraceConfig attribute)
on_request_headers_sent (aiohttp.TraceConfig attribute)
on_request_redirect (aiohttp.TraceConfig attribute)
on_request_start (aiohttp.TraceConfig attribute)
on_response_chunk_received (aiohttp.TraceConfig attribute)
on_response_prepare (aiohttp.web.Application attribute)
on_shutdown (aiohttp.web.Application attribute)
on_startup (aiohttp.web.Application attribute)
options() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
P
parameters (aiohttp.ContentDisposition attribute)
patch() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
path (aiohttp.UnixConnector attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.RouteDef attribute)
(aiohttp.web.StaticDef attribute)
path_qs (aiohttp.web.BaseRequest attribute)
percent-encoding
PING (aiohttp.WSMsgType attribute)
ping() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
PlainResource (class in aiohttp.web)
POLICY_VIOLATION (aiohttp.WSCloseCode attribute)
PONG (aiohttp.WSMsgType attribute)
pong() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
port (aiohttp.test_utils.BaseTestServer attribute)
(aiohttp.test_utils.TestClient attribute)
post() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.BaseRequest method)
(aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
prefix (aiohttp.web.StaticDef attribute)
PrefixedSubAppResource (class in aiohttp.web)
prepare() (aiohttp.web.StreamResponse method)
(aiohttp.web.WebSocketResponse method)
prepared (aiohttp.web.StreamResponse attribute)
protocol (aiohttp.ClientWebSocketResponse attribute)
(aiohttp.web.WebSocketReady attribute)
PROTOCOL_ERROR (aiohttp.WSCloseCode attribute)
put() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
Python Enhancement Proposals
PEP 3156
Q
query (aiohttp.web.BaseRequest attribute)
query_string (aiohttp.web.BaseRequest attribute)
R
raise_for_status (aiohttp.ClientSession attribute)
raise_for_status() (aiohttp.ClientResponse method)
raw_headers (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
raw_path (aiohttp.web.BaseRequest attribute)
RawTestServer (class in aiohttp.test_utils)
read() (aiohttp.BodyPartReader method)
(aiohttp.ClientResponse method)
(aiohttp.StreamReader method)
(aiohttp.web.BaseRequest method)
read_chunk() (aiohttp.BodyPartReader method)
read_nowait() (aiohttp.StreamReader method)
readany() (aiohttp.StreamReader method)
readchunk() (aiohttp.StreamReader method)
readexactly() (aiohttp.StreamReader method)
readline() (aiohttp.BodyPartReader method)
(aiohttp.StreamReader method)
readuntil() (aiohttp.StreamReader method)
real_url (aiohttp.ClientResponse attribute)
(aiohttp.RequestInfo attribute)
reason (aiohttp.ClientResponse attribute)
(aiohttp.web.StreamResponse attribute)
(aiohttp.web.SystemRoute attribute)
receive() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
receive_bytes() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
receive_json() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
receive_str() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
register() (aiohttp.web.AbstractRouteDef method)
rel_url (aiohttp.web.BaseRequest attribute)
release() (aiohttp.BodyPartReader method)
(aiohttp.ClientResponse method)
(aiohttp.Connection method)
(aiohttp.MultipartReader method)
(aiohttp.MultipartResponseWrapper method)
(aiohttp.web.BaseRequest method)
remote (aiohttp.web.BaseRequest attribute)
request (aiohttp.abc.AbstractView attribute)
(aiohttp.web.View attribute)
Request (class in aiohttp.web)
request() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
(in module aiohttp)
request_info (aiohttp.ClientResponse attribute)
(aiohttp.ClientResponseError attribute)
RequestInfo (class in aiohttp)
requests
requests_count (aiohttp.web.Server attribute)
requote_redirect_url (aiohttp.ClientSession attribute)
requoting
resolve() (aiohttp.abc.AbstractRouter method)
(aiohttp.web.AbstractResource method)
(aiohttp.web.UrlDispatcher method)
resource
(aiohttp.web.AbstractRoute attribute)
Resource (class in aiohttp.web)
ResourceRoute (class in aiohttp.web)
resources() (aiohttp.web.UrlDispatcher method)
response (aiohttp.TraceRequestEndParams attribute)
(aiohttp.TraceRequestRedirectParams attribute)
Response (class in aiohttp.web)
RFC
RFC 2068
,
[1]
RFC 2109
,
[1]
,
[2]
RFC 2616
,
[1]
RFC 3629
RFC 3986
RFC 6455
RFC 7230
RFC 7239
RFC 7239#section-4
RFC 7239#section-6
RFC 7932
,
[1]
route
(aiohttp.web.UrlMappingMatchInfo attribute)
route() (aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
RouteDef (class in aiohttp.web)
router (aiohttp.web.Application attribute)
routes() (aiohttp.web.UrlDispatcher method)
RouteTableDef (class in aiohttp.web)
run_app() (in module aiohttp.web)
S
save() (aiohttp.CookieJar method)
scheme (aiohttp.test_utils.BaseTestServer attribute)
(aiohttp.test_utils.TestClient attribute)
(aiohttp.web.BaseRequest attribute)
secure (aiohttp.web.BaseRequest attribute)
send_bytes() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
send_json() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
send_str() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
server (aiohttp.test_utils.AioHTTPTestCase attribute)
(aiohttp.test_utils.BaseTestServer attribute)
(aiohttp.test_utils.TestClient attribute)
(aiohttp.web.BaseRunner attribute)
Server (class in aiohttp.web)
ServerConnectionError (class in aiohttp)
ServerDisconnectedError (class in aiohttp)
ServerFingerprintMismatch (class in aiohttp)
ServerRunner (class in aiohttp.web)
ServerTimeoutError (class in aiohttp)
SERVICE_RESTART (aiohttp.WSCloseCode attribute)
session (aiohttp.test_utils.TestClient attribute)
set_cookie() (aiohttp.web.StreamResponse method)
set_status() (aiohttp.web.StreamResponse method)
setup() (aiohttp.web.AppRunner method)
(aiohttp.web.BaseRunner method)
setup_test_loop() (in module aiohttp.test_utils)
shutdown() (aiohttp.web.Application method)
(aiohttp.web.Server method)
sites (aiohttp.web.BaseRunner attribute)
size (aiohttp.MultipartWriter attribute)
skip_auto_headers (aiohttp.ClientSession attribute)
sock_connect (aiohttp.ClientTimeout attribute)
sock_read (aiohttp.ClientTimeout attribute)
socket_factory (aiohttp.test_utils.BaseTestServer attribute)
SockSite (class in aiohttp.web)
start() (aiohttp.web.BaseSite method)
start_server() (aiohttp.test_utils.BaseTestServer method)
(aiohttp.test_utils.TestClient method)
startup() (aiohttp.web.Application method)
static() (aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
StaticDef (class in aiohttp.web)
StaticResource (class in aiohttp.web)
status (aiohttp.ClientResponse attribute)
(aiohttp.ClientResponseError attribute)
(aiohttp.web.StreamResponse attribute)
(aiohttp.web.SystemRoute attribute)
status_code (aiohttp.web.HTTPException attribute)
stop() (aiohttp.web.BaseSite method)
StreamReader (class in aiohttp)
StreamResponse (class in aiohttp.web)
SystemRoute (class in aiohttp.web)
T
task (aiohttp.web.StreamResponse attribute)
TCPConnector (class in aiohttp)
TCPSite (class in aiohttp.web)
teardown_test_loop() (in module aiohttp.test_utils)
TestClient (class in aiohttp.test_utils)
TestServer (class in aiohttp.test_utils)
text (aiohttp.web.Response attribute)
TEXT (aiohttp.WSMsgType attribute)
text() (aiohttp.BodyPartReader method)
(aiohttp.ClientResponse method)
(aiohttp.web.BaseRequest method)
timeout (aiohttp.ClientSession attribute)
TooManyRedirects (class in aiohttp)
total (aiohttp.ClientTimeout attribute)
trace_config (aiohttp.ClientSession attribute)
trace_config_ctx() (aiohttp.TraceConfig method)
TraceConfig (class in aiohttp)
TraceConnectionCreateEndParams (class in aiohttp)
TraceConnectionCreateStartParams (class in aiohttp)
TraceConnectionQueuedEndParams (class in aiohttp)
TraceConnectionQueuedStartParams (class in aiohttp)
TraceConnectionReuseconnParams (class in aiohttp)
TraceDnsCacheHitParams (class in aiohttp)
TraceDnsCacheMissParams (class in aiohttp)
TraceDnsResolveHostEndParams (class in aiohttp)
TraceDnsResolveHostStartParams (class in aiohttp)
TraceRequestChunkSentParams (class in aiohttp)
TraceRequestEndParams (class in aiohttp)
TraceRequestExceptionParams (class in aiohttp)
TraceRequestHeadersSentParams (class in aiohttp)
TraceRequestRedirectParams (class in aiohttp)
TraceRequestStartParams (class in aiohttp)
TraceResponseChunkReceivedParams (class in aiohttp)
transport (aiohttp.Connection attribute)
(aiohttp.web.BaseRequest attribute)
trust_env (aiohttp.ClientSession attribute)
TRY_AGAIN_LATER (aiohttp.WSCloseCode attribute)
type (aiohttp.ContentDisposition attribute)
(aiohttp.WSMessage attribute)
U
UnixClientConnectorError (class in aiohttp)
UnixConnector (class in aiohttp)
UnixSite (class in aiohttp.web)
unread_data() (aiohttp.StreamReader method)
UNSUPPORTED_DATA (aiohttp.WSCloseCode attribute)
unused_port() (in module aiohttp.test_utils)
update_cookies() (aiohttp.abc.AbstractCookieJar method)
(aiohttp.CookieJar method)
url (aiohttp.ClientResponse attribute)
(aiohttp.InvalidURL attribute)
(aiohttp.RequestInfo attribute)
(aiohttp.TraceRequestChunkSentParams attribute)
(aiohttp.TraceRequestEndParams attribute)
(aiohttp.TraceRequestExceptionParams attribute)
(aiohttp.TraceRequestHeadersSentParams attribute)
(aiohttp.TraceRequestRedirectParams attribute)
(aiohttp.TraceRequestStartParams attribute)
(aiohttp.TraceResponseChunkReceivedParams attribute)
(aiohttp.web.BaseRequest attribute)
url_for() (aiohttp.web.AbstractResource method)
(aiohttp.web.AbstractRoute method)
(aiohttp.web.DynamicResource method)
(aiohttp.web.PlainResource method)
(aiohttp.web.PrefixedSubAppResource method)
(aiohttp.web.StaticResource method)
UrlDispatcher (class in aiohttp.web)
UrlMappingMatchInfo (class in aiohttp.web)
V
value (aiohttp.ETag attribute)
version (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
View (class in aiohttp.web)
view() (aiohttp.web.RouteTableDef method)
(in module aiohttp.web)
W
wait_eof() (in module aiohttp)
web-handler
websocket
WebSocketReady (class in aiohttp.web)
WebSocketResponse (class in aiohttp.web)
write() (aiohttp.MultipartWriter method)
(aiohttp.web.StreamResponse method)
write_eof() (aiohttp.web.StreamResponse method)
ws_connect() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
ws_protocol (aiohttp.web.WebSocketResponse attribute)
WSCloseCode (class in aiohttp)
WSMessage (class in aiohttp)
WSMsgType (class in aiohttp)
WSServerHandshakeError (class in aiohttp)
Y
yarl
aiohttp
Async HTTP client/server for asyncio and Python
Navigation
Client
Server
Utilities
FAQ
Miscellaneous
Who uses aiohttp?
Contributing
Quick search