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_field() (aiohttp.helpers.FormData method)
add_fields() (aiohttp.helpers.FormData 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.errors (module)
aiohttp.helpers (module)
aiohttp.multipart (module), [1]
aiohttp.parsers (module)
aiohttp.server (module)
aiohttp.signals (module)
aiohttp.streams (module)
aiohttp.web (module)
aiohttp.websocket (module)
aiohttp.wsgi (module)
app (aiohttp.web.Request attribute)
append() (aiohttp.multipart.MultipartWriter method)
append_form() (aiohttp.multipart.MultipartWriter method)
append_json() (aiohttp.multipart.MultipartWriter method)
Application (class in aiohttp.web)
asyncio
at_eof() (aiohttp.multipart.BodyPartReader method)
(aiohttp.multipart.MultipartReader method)
(aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)

B

BadContentDispositionHeader
BadContentDispositionParam
BadHttpMessage
BadStatusLine
BaseConnector (class in aiohttp)
BaseSignal (class in aiohttp.signals)
BasicAuth (class in aiohttp)
body (aiohttp.web.Response attribute)
BodyPartReader (class in aiohttp.multipart)
BodyPartWriter (class in aiohttp.multipart)
boundary (aiohttp.multipart.MultipartWriter attribute)

C

cached_hosts (aiohttp.TCPConnector attribute)
callable
can_prepare() (aiohttp.web.WebSocketResponse method)
can_start() (aiohttp.web.WebSocketResponse method)
cancel_slow_request() (aiohttp.server.ServerHttpProtocol method)
cchardet
chardet
charset (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
chunk_size (aiohttp.multipart.BodyPartReader attribute)
chunked (aiohttp.web.StreamResponse attribute)
ChunksParser (class in aiohttp.parsers)
ChunksQueue (class in aiohttp.streams)
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)
ClientConnectionError
ClientDisconnectedError
ClientError
ClientHttpProcessingError
ClientOSError
ClientRequestError
ClientResponse (class in aiohttp)
ClientResponseError
ClientSession (class in aiohttp)
ClientTimeoutError
ClientWebSocketResponse (class in aiohttp)
close() (aiohttp.BaseConnector method)
(aiohttp.ClientResponse method)
(aiohttp.ClientSession method)
(aiohttp.ClientWebSocketResponse method)
(aiohttp.Connection method)
(aiohttp.web.WebSocketResponse method)
(aiohttp.websocket.WebSocketWriter method)
close_code (aiohttp.web.WebSocketResponse attribute)
closed (aiohttp.BaseConnector attribute)
(aiohttp.ClientSession attribute)
(aiohttp.ClientWebSocketResponse attribute)
(aiohttp.Connection attribute)
(aiohttp.web.WebSocketResponse attribute)
closing() (aiohttp.server.ServerHttpProtocol method)
code (aiohttp.errors.BadHttpMessage attribute)
(aiohttp.errors.HttpBadRequest attribute)
(aiohttp.errors.HttpMethodNotAllowed attribute)
(aiohttp.errors.HttpProcessingError attribute)
compression (aiohttp.web.StreamResponse attribute)
connect() (aiohttp.BaseConnector method)
connection (aiohttp.ClientResponse attribute)
Connection (class in aiohttp)
connection_lost() (aiohttp.parsers.StreamProtocol method)
(aiohttp.server.ServerHttpProtocol method)
connection_made() (aiohttp.parsers.StreamProtocol method)
(aiohttp.server.ServerHttpProtocol method)
connections (in module aiohttp.web)
connector (aiohttp.ClientSession attribute)
content (aiohttp.ClientResponse attribute)
(aiohttp.web.Request attribute)
content_disposition_filename() (in module aiohttp.multipart)
content_length (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
content_type (aiohttp.helpers.FormData attribute)
(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)
(aiohttp.signals.BaseSignal method)
create_wsgi_environ() (aiohttp.wsgi.WSGIServerHttpProtocol method)
create_wsgi_response() (aiohttp.wsgi.WSGIServerHttpProtocol method)

D

data (aiohttp.websocket.Message attribute)
data_received() (aiohttp.parsers.StreamProtocol method)
(aiohttp.server.ServerHttpProtocol method)
DataQueue (class in aiohttp.streams)
DebugSignal (class in aiohttp.signals)
decode() (aiohttp.multipart.BodyPartReader method)
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)
DisconnectedError
dns_cache (aiohttp.TCPConnector attribute)
do_handshake() (in module aiohttp.websocket)
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)
eof_received() (aiohttp.parsers.StreamProtocol method)
EofStream, [1]
exception() (aiohttp.ClientWebSocketResponse method)
(aiohttp.parsers.ParserBuffer method)
(aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
(aiohttp.web.WebSocketResponse method)
expect_handler (aiohttp.web.UrlMappingMatchInfo attribute)
expect_handler() (aiohttp.abc.AbstractMatchInfo method)
extend() (aiohttp.MultiDict method)
(aiohttp.parsers.ParserBuffer method)
extra (aiohttp.websocket.Message attribute)

F

family (aiohttp.TCPConnector attribute)
feed_data() (aiohttp.parsers.ParserBuffer method)
(aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.FlowControlDataQueue method)
(aiohttp.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
feed_eof() (aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
fetch_next_part() (aiohttp.multipart.MultipartReader method)
file (aiohttp.web.FileField attribute)
FileField (class in aiohttp.web)
filename (aiohttp.multipart.BodyPartReader attribute)
(aiohttp.multipart.BodyPartWriter attribute)
(aiohttp.web.FileField attribute)
fingerprint (aiohttp.TCPConnector attribute)
FingerprintMismatch
finish() (aiohttp.web.Application method)
finish_connections() (in module aiohttp.web)
FlowControlChunksQueue (class in aiohttp.streams)
FlowControlDataQueue (class in aiohttp.streams)
FlowControlStreamReader (class in aiohttp.streams)
force_close (aiohttp.BaseConnector attribute)
force_close() (aiohttp.web.StreamResponse method)
form() (aiohttp.multipart.BodyPartReader method)
FormData (class in aiohttp.helpers)
from_response() (aiohttp.multipart.MultipartReader class method)

G

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

H

handle_error() (aiohttp.server.ServerHttpProtocol method)
handle_expect_header() (aiohttp.web.AbstractRoute method)
handle_request() (aiohttp.server.ServerHttpProtocol method)
(aiohttp.wsgi.WSGIServerHttpProtocol 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.errors.HttpProcessingError 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)
HttpBadRequest
HttpMethodNotAllowed
HttpProcessingError
HttpProxyError

I

identity (aiohttp.web.ContentCoding attribute)
if_modified_since (aiohttp.web.Request attribute)
InvalidHeader
is_connected() (aiohttp.parsers.StreamProtocol method)
is_eof() (aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
is_multipart (aiohttp.helpers.FormData attribute)
items() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)
iter() (aiohttp.MultiDict method)
(aiohttp.MultiDictProxy method)

J

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

K

keep-alive
keep_alive (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
keep_alive() (aiohttp.server.ServerHttpProtocol method)
keep_alive_timeout (aiohttp.server.ServerHttpProtocol 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)
LinesParser (class in aiohttp.parsers)
LineTooLong
log_access() (aiohttp.server.ServerHttpProtocol method)
log_debug() (aiohttp.server.ServerHttpProtocol method)
log_exception() (aiohttp.server.ServerHttpProtocol method)
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)
message (aiohttp.errors.BadHttpMessage attribute)
(aiohttp.errors.HttpBadRequest attribute)
(aiohttp.errors.HttpMethodNotAllowed attribute)
(aiohttp.errors.HttpProcessingError attribute)
Message (class in aiohttp.websocket)
method (aiohttp.ClientResponse attribute)
(aiohttp.web.AbstractRoute attribute)
(aiohttp.web.Request attribute)
MultiDict (class in aiohttp)
MultiDictProxy (class in aiohttp)
multipart_reader_cls (aiohttp.multipart.MultipartReader attribute)
MultipartReader (class in aiohttp.multipart)
MultipartWriter (class in aiohttp.multipart)

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)
next() (aiohttp.multipart.BodyPartReader method)
(aiohttp.multipart.MultipartReader 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)
ordinal() (aiohttp.signals.PreSignal method)
output (aiohttp.parsers.StreamParser attribute)

P

parse_content_disposition() (in module aiohttp.multipart)
parse_mimetype() (in module aiohttp.helpers)
ParserBuffer (class in aiohttp.parsers)
part_reader_cls (aiohttp.multipart.MultipartReader attribute)
part_writer_cls (aiohttp.multipart.MultipartWriter attribute)
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)
(aiohttp.websocket.WebSocketWriter method)
PlainResource (class in aiohttp.web)
PlainRoute (class in aiohttp.web)
pong() (aiohttp.web.WebSocketResponse method)
(aiohttp.websocket.WebSocketWriter 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)
PostSignal (class in aiohttp.signals)
prepare() (aiohttp.web.StreamResponse method)
(aiohttp.web.WebSocketResponse method)
prepared (aiohttp.web.StreamResponse attribute)
PreSignal (class in aiohttp.signals)
protocol (aiohttp.ClientWebSocketResponse attribute)
(aiohttp.web.WebSocketResponse attribute)
proxy (aiohttp.ProxyConnector attribute)
proxy_auth (aiohttp.ProxyConnector attribute)
ProxyConnectionError
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.multipart.BodyPartReader method)
(aiohttp.parsers.ParserBuffer method)
(aiohttp.streams.ChunksQueue method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.FlowControlChunksQueue method)
(aiohttp.streams.FlowControlDataQueue method)
(aiohttp.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
(aiohttp.web.Request method)
read_chunk() (aiohttp.multipart.BodyPartReader method)
read_nowait() (aiohttp.streams.StreamReader method)
readany() (aiohttp.streams.ChunksQueue method)
(aiohttp.streams.FlowControlChunksQueue method)
(aiohttp.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
readexactly() (aiohttp.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
readline() (aiohttp.multipart.BodyPartReader method)
(aiohttp.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
readsome() (aiohttp.parsers.ParserBuffer method)
readuntil() (aiohttp.parsers.ParserBuffer 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.multipart.BodyPartReader method)
(aiohttp.multipart.MultipartReader 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)
response_wrapper_cls (aiohttp.multipart.MultipartReader attribute)
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)
SCRIPT_NAME (aiohttp.wsgi.WSGIServerHttpProtocol attribute)
send() (aiohttp.signals.DebugSignal method)
(aiohttp.signals.Signal method)
(aiohttp.websocket.WebSocketWriter method)
send_bytes() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
send_str() (aiohttp.ClientWebSocketResponse method)
(aiohttp.web.WebSocketResponse method)
serialize() (aiohttp.multipart.BodyPartWriter method)
(aiohttp.multipart.MultipartWriter method)
ServerDisconnectedError
ServerHttpProtocol (class in aiohttp.server)
set_content_disposition() (aiohttp.multipart.BodyPartWriter method)
set_cookie() (aiohttp.web.StreamResponse method)
set_exception() (aiohttp.parsers.ParserBuffer method)
(aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
set_parser() (aiohttp.parsers.StreamParser method)
set_status() (aiohttp.web.StreamResponse method)
set_tcp_cork() (aiohttp.web.StreamResponse method)
set_tcp_nodelay() (aiohttp.web.StreamResponse method)
set_transport() (aiohttp.parsers.StreamParser method)
setdefault() (aiohttp.MultiDict method)
shutdown() (aiohttp.web.Application method)
Signal (class in aiohttp.signals)
skip() (aiohttp.parsers.ParserBuffer method)
skipuntil() (aiohttp.parsers.ParserBuffer method)
sort() (aiohttp.signals.BaseSignal method)
ssl_context (aiohttp.TCPConnector attribute)
start() (aiohttp.server.ServerHttpProtocol method)
(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)
StreamParser (class in aiohttp.parsers)
StreamProtocol (class in aiohttp.parsers)
StreamReader (class in aiohttp.streams)
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.multipart.BodyPartReader method)
(aiohttp.web.Request method)
Timeout (class in aiohttp.helpers)
total_bytes (aiohttp.streams.StreamReader attribute)
tp (aiohttp.websocket.Message attribute)
transport (aiohttp.web.Request attribute)

U

UnixConnector (class in aiohttp)
unread_data() (aiohttp.streams.StreamReader method)
unset_parser() (aiohttp.parsers.StreamParser method)
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

wait() (aiohttp.parsers.ParserBuffer method)
wait_eof() (aiohttp.streams.StreamReader method)
waituntil() (aiohttp.parsers.ParserBuffer method)
web-handler
websocket
WebSocketError
WebSocketParser() (in module aiohttp.websocket)
WebSocketResponse (class in aiohttp.web)
WebSocketWriter (class in aiohttp.websocket)
write() (aiohttp.web.StreamResponse method)
write_eof() (aiohttp.web.StreamResponse method)
ws_connect() (aiohttp.ClientSession method)
(in module aiohttp)
WSClientDisconnectedError
WSGIServerHttpProtocol (class in aiohttp.wsgi)
WSServerHandshakeError