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
AbstractResource (class in aiohttp.web)
AbstractRoute (class in aiohttp.web)
AbstractView (class in aiohttp)
add_delete() (aiohttp.web.UrlDispatcher 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.UrlDispatcher method)
add_static() (aiohttp.web.UrlDispatcher method)
add_subapp() (aiohttp.web.UrlDispatcher method)
aiodns
aiohttp (module)
,
[1]
,
[2]
,
[3]
,
[4]
aiohttp.abc.AbstractAccessLogger (class in aiohttp)
aiohttp.abc.AbstractCookieJar (class in aiohttp)
aiohttp.abc.AbstractMatchInfo (class in aiohttp)
aiohttp.abc.AbstractRouter (class in aiohttp)
aiohttp.multipart (module)
,
[1]
aiohttp.streams (module)
aiohttp.web (module)
AioHTTPTestCase (class in aiohttp.test_utils)
app (aiohttp.test_utils.AioHTTPTestCase attribute)
(aiohttp.test_utils.TestServer attribute)
(aiohttp.web.Request attribute)
append() (aiohttp.multipart.MultipartWriter method)
append_form() (aiohttp.multipart.MultipartWriter method)
append_json() (aiohttp.multipart.MultipartWriter method)
append_payload() (aiohttp.multipart.MultipartWriter method)
Application (class in aiohttp.web)
asyncio
at_eof() (aiohttp.multipart.BodyPartReader method)
(aiohttp.StreamReader method)
(aiohttp.multipart.MultipartReader method)
B
BadContentDispositionHeader
BadContentDispositionParam
BaseConnector (class in aiohttp)
BaseRequest (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.multipart)
boundary (aiohttp.multipart.MultipartWriter attribute)
C
cached_hosts (aiohttp.TCPConnector attribute)
callable
can_prepare() (aiohttp.web.WebSocketResponse method)
can_read_body (aiohttp.web.BaseRequest attribute)
cchardet
chardet
charset (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
chunk_size (aiohttp.multipart.BodyPartReader attribute)
chunked (aiohttp.web.StreamResponse attribute)
cleanup() (aiohttp.web.Application method)
clear_dns_cache() (aiohttp.TCPConnector method)
client (aiohttp.test_utils.AioHTTPTestCase 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)
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)
connect() (aiohttp.BaseConnector method)
connection (aiohttp.ClientResponse attribute)
Connection (class in aiohttp)
connections (aiohttp.web.Server attribute)
connector (aiohttp.ClientSession attribute)
content (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
content_disposition (aiohttp.ClientResponse attribute)
content_disposition_filename() (in module aiohttp.multipart)
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.multipart.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)
(aiohttp.Connection method)
dns_cache (aiohttp.TCPConnector attribute)
drain() (aiohttp.web.StreamResponse method)
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)
ERROR (aiohttp.WSMsgType attribute)
exception() (aiohttp.ClientWebSocketResponse method)
(aiohttp.StreamReader method)
(aiohttp.web.WebSocketResponse method)
expect_handler (aiohttp.web.UrlMappingMatchInfo attribute)
expect_handler() (aiohttp.aiohttp.abc.AbstractMatchInfo method)
extra (aiohttp.WSMessage attribute)
F
family (aiohttp.TCPConnector attribute)
fetch_next_part() (aiohttp.multipart.MultipartReader method)
file (aiohttp.web.FileField attribute)
FileField (class in aiohttp.web)
filename (aiohttp.ContentDisposition attribute)
(aiohttp.multipart.BodyPartReader attribute)
(aiohttp.web.FileField attribute)
filter_cookies() (aiohttp.aiohttp.abc.AbstractCookieJar method)
(aiohttp.CookieJar method)
fingerprint (aiohttp.TCPConnector attribute)
force_close (aiohttp.BaseConnector attribute)
force_close() (aiohttp.web.StreamResponse method)
form() (aiohttp.multipart.BodyPartReader method)
forwarded (aiohttp.web.BaseRequest attribute)
freeze() (aiohttp.Signal method)
from_response() (aiohttp.multipart.MultipartReader class method)
from_url() (aiohttp.BasicAuth class method)
frozen (aiohttp.Signal attribute)
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.multipart.BodyPartReader method)
get_client() (aiohttp.test_utils.AioHTTPTestCase method)
get_encoding() (aiohttp.ClientResponse method)
get_extra_info() (aiohttp.ClientWebSocketResponse 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.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.RequestInfo 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.web.BaseRequest attribute)
http_exception (aiohttp.aiohttp.abc.AbstractMatchInfo attribute)
http_range (aiohttp.web.BaseRequest attribute)
I
identity (in module aiohttp.web)
IDNA
if_modified_since (aiohttp.web.BaseRequest attribute)
INTERNAL_ERROR (aiohttp.WSCloseCode attribute)
INVALID_TEXT (aiohttp.WSCloseCode attribute)
InvalidURL
is_eof() (in module aiohttp)
iter_any() (aiohttp.StreamReader method)
iter_chunked() (aiohttp.StreamReader method)
iter_chunks() (aiohttp.StreamReader method)
J
json() (aiohttp.ClientResponse method)
(aiohttp.WSMessage method)
(aiohttp.multipart.BodyPartReader method)
(aiohttp.web.BaseRequest method)
json_response() (in module aiohttp.web)
K
keep-alive
keep_alive (aiohttp.web.BaseRequest attribute)
(aiohttp.web.StreamResponse attribute)
kwargs (aiohttp.web.RouteDef attribute)
L
last_modified (aiohttp.web.StreamResponse attribute)
limit (aiohttp.BaseConnector attribute)
limit_per_host (aiohttp.BaseConnector attribute)
load() (aiohttp.CookieJar method)
log() (aiohttp.aiohttp.abc.AbstractAccessLogger method)
logger (aiohttp.web.Application attribute)
loop (aiohttp.ClientSession attribute)
(aiohttp.Connection attribute)
(aiohttp.test_utils.AioHTTPTestCase 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.web.AbstractRoute attribute)
(aiohttp.web.BaseRequest attribute)
(aiohttp.web.RouteDef attribute)
multipart() (aiohttp.web.BaseRequest method)
multipart_reader_cls (aiohttp.multipart.MultipartReader attribute)
MultipartReader (class in aiohttp.multipart)
MultipartWriter (class in aiohttp.multipart)
N
name (aiohttp.multipart.BodyPartReader attribute)
(aiohttp.web.AbstractResource attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.FileField attribute)
named_resources() (aiohttp.web.UrlDispatcher method)
named_routes() (aiohttp.web.UrlDispatcher method)
next() (aiohttp.multipart.BodyPartReader method)
(aiohttp.multipart.MultipartReader method)
nginx
normalize_path_middleware() (in module aiohttp.web)
O
ok (aiohttp.web.WebSocketReady attribute)
OK (aiohttp.WSCloseCode attribute)
on_cleanup (aiohttp.web.Application 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)
parse_content_disposition() (in module aiohttp.multipart)
part_reader_cls (aiohttp.multipart.MultipartReader 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)
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)
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)
(aiohttp.web.WebSocketResponse 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
PEP 492
Q
query (aiohttp.web.BaseRequest attribute)
query_string (aiohttp.web.BaseRequest attribute)
R
raise_for_status() (aiohttp.ClientResponse method)
raw_headers (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
raw_path (aiohttp.web.BaseRequest attribute)
raw_test_server (in module aiohttp.test_utils)
RawTestServer (class in aiohttp.test_utils)
read() (aiohttp.ClientResponse method)
(aiohttp.StreamReader method)
(aiohttp.multipart.BodyPartReader method)
(aiohttp.web.BaseRequest method)
read_chunk() (aiohttp.multipart.BodyPartReader method)
read_nowait() (aiohttp.StreamReader method)
readany() (aiohttp.StreamReader method)
readchunk() (aiohttp.StreamReader method)
readexactly() (aiohttp.StreamReader method)
readline() (aiohttp.multipart.BodyPartReader method)
(aiohttp.StreamReader method)
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)
rel_url (aiohttp.web.BaseRequest attribute)
release() (aiohttp.ClientResponse method)
(aiohttp.Connection method)
(aiohttp.multipart.BodyPartReader method)
(aiohttp.multipart.MultipartReader method)
(aiohttp.web.BaseRequest method)
remote (aiohttp.web.BaseRequest attribute)
request (aiohttp.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_count (in module aiohttp.web)
requote_redirect_url (aiohttp.ClientSession attribute)
requoting
resolve() (aiohttp.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 (class in aiohttp.web)
response_wrapper_cls (aiohttp.multipart.MultipartReader attribute)
RFC
RFC 2068
RFC 2109
RFC 2616
,
[1]
RFC 3629
RFC 6455
RFC 7230
RFC 7239
RFC 7239#section-4
RFC 7239#section-6
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() (aiohttp.Signal method)
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)
Server (class in aiohttp.web)
ServerConnectionError (class in aiohttp)
ServerDisconnectedError (class in aiohttp)
ServerFingerprintMismatch (class in aiohttp)
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)
set_tcp_cork() (aiohttp.web.StreamResponse method)
set_tcp_nodelay() (aiohttp.web.StreamResponse method)
setUp() (aiohttp.test_utils.AioHTTPTestCase method)
setup_test_loop() (in module aiohttp.test_utils)
setUpAsync() (aiohttp.test_utils.AioHTTPTestCase method)
shutdown() (aiohttp.web.Application method)
(aiohttp.web.Server method)
Signal (class in aiohttp)
size (aiohttp.multipart.MultipartWriter attribute)
ssl_context (aiohttp.TCPConnector attribute)
start_server() (aiohttp.test_utils.BaseTestServer method)
(aiohttp.test_utils.TestClient method)
startup() (aiohttp.web.Application method)
StaticResource (class in aiohttp.web)
status (aiohttp.ClientResponse attribute)
(aiohttp.web.StreamResponse attribute)
(aiohttp.web.SystemRoute attribute)
StreamReader (class in aiohttp)
StreamResponse (class in aiohttp.web)
SystemRoute (class in aiohttp.web)
T
task (aiohttp.web.StreamResponse attribute)
tcp_cork (aiohttp.web.StreamResponse attribute)
tcp_nodelay (aiohttp.web.StreamResponse attribute)
TCPConnector (class in aiohttp)
tearDown() (aiohttp.test_utils.AioHTTPTestCase method)
teardown_test_loop() (in module aiohttp.test_utils)
tearDownAsync() (aiohttp.test_utils.AioHTTPTestCase method)
test_client (in module aiohttp.test_utils)
test_server (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.ClientResponse method)
(aiohttp.multipart.BodyPartReader method)
(aiohttp.web.BaseRequest method)
tp (aiohttp.WSMessage attribute)
transport (aiohttp.Connection attribute)
(aiohttp.web.BaseRequest attribute)
TRY_AGAIN_LATER (aiohttp.WSCloseCode attribute)
type (aiohttp.WSMessage attribute)
U
UnixConnector (class in aiohttp)
unread_data() (aiohttp.StreamReader method)
UNSUPPORTED_DATA (aiohttp.WSCloseCode attribute)
unused_port() (in module aiohttp.test_utils)
update_cookies() (aiohttp.aiohttp.abc.AbstractCookieJar method)
(aiohttp.CookieJar method)
url (aiohttp.ClientResponse attribute)
(aiohttp.InvalidURL attribute)
(aiohttp.RequestInfo attribute)
(aiohttp.web.BaseRequest attribute)
url() (aiohttp.web.AbstractResource method)
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.ContentDisposition attribute)
verify_ssl (aiohttp.TCPConnector attribute)
version (aiohttp.ClientResponse attribute)
(aiohttp.web.BaseRequest attribute)
View (class in aiohttp.web)
W
wait_eof() (in module aiohttp)
web-handler
websocket
WebSocketReady (class in aiohttp.web)
WebSocketResponse (class in aiohttp.web)
write() (aiohttp.multipart.MultipartWriter method)
(aiohttp.web.StreamResponse method)
write_eof() (aiohttp.web.StreamResponse method)
ws_connect() (aiohttp.ClientSession method)
(aiohttp.test_utils.TestClient method)
WSCloseCode (class in aiohttp)
WSMessage (class in aiohttp)
WSMsgType (class in aiohttp)
WSServerHandshakeError (class in aiohttp)
,
[1]
Y
yarl
http client/server for asyncio
Navigation
Table of Contents
Introduction
Client Usage
Client Reference
Server Tutorial
Server Usage
Server Reference
Low Level Server
Abstract Base Classes
Working with Multipart
Streaming API
Helpers API
Logging
Testing
Server Deployment
Frequently Asked Questions
External resources
Essays
Contributing
Changelog
Glossary
Sitemap
Quick search