Index

_ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W

_

_create_connection() (aiohttp.BaseConnector method)

A

AbstractMatchInfo (class in aiohttp.abc)
AbstractResource (class in aiohttp.web)
AbstractRoute (class in aiohttp.web)
AbstractRouter (class in aiohttp.abc)
AbstractView (class in aiohttp.abc)
add() (aiohttp.MultiDict method)
add_resource() (aiohttp.web.UrlDispatcher method)
add_route() (aiohttp.web.Resource method)
(aiohttp.web.UrlDispatcher method)
add_static() (aiohttp.web.UrlDispatcher method)
aiohttp (module), [1], [2]
aiohttp.abc (module)
aiohttp.multipart (module)
aiohttp.web (module)
app (aiohttp.web.Request attribute)
Application (class in aiohttp.web)
asyncio

B

BaseConnector (class in aiohttp)
BasicAuth (class in aiohttp)
body (aiohttp.web.Response attribute)

C

cached_hosts (aiohttp.TCPConnector attribute)
callable
can_prepare() (aiohttp.web.WebSocketResponse method)
can_start() (aiohttp.web.WebSocketResponse method)
cchardet
chardet
charset (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
chunked (aiohttp.web.StreamResponse attribute)
CIMultiDict (class in aiohttp)
CIMultiDictProxy (class in aiohttp)
cleanup() (aiohttp.web.Application method)
clear() (aiohttp.MultiDict method)
clear_dns_cache() (aiohttp.TCPConnector method)
clear_resolved_hosts() (aiohttp.TCPConnector method)
ClientResponse (class in aiohttp)
ClientSession (class in aiohttp)
ClientWebSocketResponse (class in aiohttp)
close() (aiohttp.BaseConnector method)
(aiohttp.ClientResponse method)
(aiohttp.ClientSession method)
(aiohttp.ClientWebSocketResponse method)
(aiohttp.Connection 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)
compression (aiohttp.web.StreamResponse attribute)
connect() (aiohttp.BaseConnector method)
connection (aiohttp.ClientResponse attribute)
Connection (class in aiohttp)
connections (in module aiohttp.web)
connector (aiohttp.ClientSession attribute)
content (aiohttp.ClientResponse attribute)
(aiohttp.web.Request attribute)
content_length (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
content_type (aiohttp.web.FileField attribute)
(aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
ContentCoding (class in aiohttp.web)
cookies (aiohttp.ClientResponse attribute)
(aiohttp.ClientSession attribute)
(aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
copy() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)

D

deflate (aiohttp.web.ContentCoding attribute)
del_cookie() (aiohttp.web.StreamResponse method)
delete() (aiohttp.ClientSession method)
(in module aiohttp)
detach() (aiohttp.ClientSession method)
(aiohttp.Connection method)
dns_cache (aiohttp.TCPConnector attribute)
drain() (aiohttp.web.StreamResponse method)
DynamicResource (class in aiohttp.web)
DynamicRoute (class in aiohttp.web)

E

enable_chunked_encoding() (aiohttp.web.StreamResponse method)
enable_compression() (aiohttp.web.StreamResponse method)
encode() (aiohttp.BasicAuth method)
exception() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
expect_handler (aiohttp.web.UrlMappingMatchInfo attribute)
expect_handler() (aiohttp.abc.AbstractMatchInfo method)
extend() (aiohttp.MultiDict method)

F

family (aiohttp.TCPConnector attribute)
file (aiohttp.web.FileField attribute)
FileField (class in aiohttp.web)
filename (aiohttp.web.FileField attribute)
fingerprint (aiohttp.TCPConnector attribute)
finish() (aiohttp.web.Application method)
finish_connections() (in module aiohttp.web)
force_close (aiohttp.BaseConnector attribute)
force_close() (aiohttp.web.StreamResponse method)

G

GET (aiohttp.web.Request attribute)
get() (aiohttp.ClientSession method)
(aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
(in module aiohttp)
getall() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
getone() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
gzip (aiohttp.web.ContentCoding attribute)

H

handle_expect_header() (aiohttp.web.AbstractRoute method)
handler (aiohttp.web.AbstractRoute attribute)
(aiohttp.web.UrlMappingMatchInfo attribute)
handler() (aiohttp.abc.AbstractMatchInfo method)
has_body (aiohttp.web.Request attribute)
head() (aiohttp.ClientSession method)
(in module aiohttp)
headers (aiohttp.ClientResponse attribute)
(aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
history (aiohttp.ClientResponse attribute)
host (aiohttp.ClientResponse attribute)
(aiohttp.web.Request attribute)
http_exception (aiohttp.abc.AbstractMatchInfo attribute)

I

identity (aiohttp.web.ContentCoding attribute)
if_modified_since (aiohttp.web.Request attribute)
items() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
iter() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)

J

json() (aiohttp.ClientResponse method)
(aiohttp.web.Request method)
json_response() (in module aiohttp.web)

K

keep-alive
keep_alive (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
keys() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)

L

last_modified (aiohttp.web.StreamResponse attribute)
len() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
limit (aiohttp.BaseConnector attribute)
logger (aiohttp.web.Application attribute)
loop (aiohttp.Connection attribute)
(aiohttp.web.Application attribute)

M

make_handler() (aiohttp.web.Application method)
match_info (aiohttp.web.Request attribute)
method (aiohttp.ClientResponse attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.Request attribute)
MultiDict (class in aiohttp)
MultiDictProxy (class in aiohttp)

N

name (aiohttp.web.AbstractResource attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.FileField attribute)
named_resources() (aiohttp.web.UrlDispatcher method)
named_routes() (aiohttp.web.UrlDispatcher method)

O

on_cleanup (aiohttp.web.Application attribute)
on_response_prepare (aiohttp.web.Application attribute)
on_shutdown (aiohttp.web.Application attribute)
options() (aiohttp.ClientSession method)
(in module aiohttp)

P

patch() (aiohttp.ClientSession method)
(in module aiohttp)
path (aiohttp.UnixConnector attribute)
(aiohttp.web.Request attribute)
path_qs (aiohttp.web.Request attribute)
payload (aiohttp.web.Request attribute)
ping() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
PlainResource (class in aiohttp.web)
PlainRoute (class in aiohttp.web)
pong() (aiohttp.web.WebSocketResponse method)
pop() (aiohttp.MultiDict method)
popitem() (aiohttp.MultiDict method)
POST (aiohttp.web.Request attribute)
post() (aiohttp.ClientSession method)
(aiohttp.web.Request method)
(in module aiohttp)
prepare() (aiohttp.web.StreamResponse method)
(aiohttp.web.WebSocketResponse method)
prepared (aiohttp.web.StreamResponse attribute)
protocol (aiohttp.ClientWebSocketResponse attribute)
(aiohttp.web.WebSocketResponse attribute)
proxy (aiohttp.ProxyConnector attribute)
proxy_auth (aiohttp.ProxyConnector attribute)
ProxyConnector (class in aiohttp)
put() (aiohttp.ClientSession method)
(in module aiohttp)
Python Enhancement Proposals
PEP 3156, [1]
PEP 492

Q

query_string (aiohttp.web.Request attribute)

R

raw_headers (aiohttp.ClientResponse attribute)
(aiohttp.web.Request attribute)
raw_path (aiohttp.web.Request attribute)
read() (aiohttp.ClientResponse method)
(aiohttp.web.Request method)
reason (aiohttp.ClientResponse attribute)
(aiohttp.web.StreamResponse attribute)
receive() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
receive_bytes() (aiohttp.web.WebSocketResponse method)
receive_str() (aiohttp.web.WebSocketResponse method)
release() (aiohttp.ClientResponse method)
(aiohttp.Connection method)
(aiohttp.web.Request method)
request (aiohttp.abc.AbstractView attribute)
(aiohttp.web.View attribute)
Request (class in aiohttp.web)
request() (aiohttp.ClientSession method)
(in module aiohttp)
resolve (aiohttp.TCPConnector attribute)
resolve() (aiohttp.abc.AbstractRouter method)
(aiohttp.web.AbstractResource method)
(aiohttp.web.UrlDispatcher method)
resolved_hosts (aiohttp.TCPConnector attribute)
resource
(aiohttp.web.AbstractRoute attribute)
Resource (class in aiohttp.web)
ResourceAdapter (class in aiohttp.web)
ResourceRoute (class in aiohttp.web)
resources() (aiohttp.web.UrlDispatcher method)
Response (class in aiohttp.web)
RFC
RFC 2068
RFC 2616
RFC 6455
RFC 7230
route
(aiohttp.web.UrlMappingMatchInfo attribute)
router (aiohttp.web.Application attribute)
routes() (aiohttp.web.UrlDispatcher method)
run_app() (in module aiohttp.web)

S

scheme (aiohttp.web.Request attribute)
send_bytes() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
send_str() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
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)
setdefault() (aiohttp.MultiDict method)
shutdown() (aiohttp.web.Application method)
ssl_context (aiohttp.TCPConnector attribute)
start() (aiohttp.web.StreamResponse method)
(aiohttp.web.WebSocketResponse method)
started (aiohttp.web.StreamResponse attribute)
StaticRoute (class in aiohttp.web)
status (aiohttp.ClientResponse attribute)
(aiohttp.web.StreamResponse attribute)
StreamResponse (class in aiohttp.web)

T

tcp_cork (aiohttp.web.StreamResponse attribute)
tcp_nodelay (aiohttp.web.StreamResponse attribute)
TCPConnector (class in aiohttp)
text (aiohttp.web.Response attribute)
text() (aiohttp.ClientResponse method)
(aiohttp.web.Request method)
transport (aiohttp.web.Request attribute)

U

UnixConnector (class in aiohttp)
update() (aiohttp.MultiDict method)
upstr (class in aiohttp)
url (aiohttp.ClientResponse attribute)
url() (aiohttp.web.AbstractResource method)
(aiohttp.web.AbstractRoute method)
(aiohttp.web.DynamicRoute method)
(aiohttp.web.PlainRoute method)
(aiohttp.web.StaticRoute method)
UrlDispatcher (class in aiohttp.web)
UrlMappingMatchInfo (class in aiohttp.web)

V

values() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
verify_ssl (aiohttp.TCPConnector attribute)
version (aiohttp.ClientResponse attribute)
(aiohttp.web.Request attribute)
View (class in aiohttp.web)

W

web-handler
websocket
WebSocketResponse (class in aiohttp.web)
write() (aiohttp.web.StreamResponse method)
write_eof() (aiohttp.web.StreamResponse method)
ws_connect() (aiohttp.ClientSession method)
(in module aiohttp)