Index

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

A

add_chunking_filter() (aiohttp.protocol.HttpMessage method)
add_compression_filter() (aiohttp.protocol.HttpMessage method)
add_field() (aiohttp.helpers.FormData method)
add_fields() (aiohttp.helpers.FormData method)
add_header() (aiohttp.protocol.HttpMessage method)
add_headers() (aiohttp.protocol.HttpMessage method)
add_route() (aiohttp.web.UrlDispatcher method)
add_static() (aiohttp.web.UrlDispatcher method)
aiohttp.client (module), [1]
aiohttp.connector (module)
aiohttp.errors (module)
aiohttp.helpers (module)
aiohttp.parsers (module)
aiohttp.protocol (module)
aiohttp.server (module), [1]
aiohttp.streams (module)
aiohttp.web (module)
aiohttp.websocket (module)
aiohttp.wsgi (module)
app (aiohttp.web.Request attribute)
Application (class in aiohttp.web)
at_eof() (aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)

B

BadHttpMessage
BadStatusLine
BaseConnector (class in aiohttp.connector)
BasicAuth (class in aiohttp.helpers)
body (aiohttp.web.Response attribute)

C

calc_reason() (aiohttp.protocol.Response static method)
cancel_slow_request() (aiohttp.server.ServerHttpProtocol method)
charset (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
ChunksParser (class in aiohttp.parsers)
ChunksQueue (class in aiohttp.streams)
clear_resolved_hosts() (aiohttp.connector.TCPConnector method)
ClientConnectionError
ClientDisconnectedError
ClientError
ClientHttpProcessingError
ClientOSError
ClientRequestError
ClientResponseError
ClientTimeoutError
close() (aiohttp.connector.BaseConnector method)
(aiohttp.websocket.WebSocketWriter method)
closing() (aiohttp.server.ServerHttpProtocol method)
code (aiohttp.errors.BadHttpMessage attribute)
(aiohttp.errors.HttpBadRequest attribute)
(aiohttp.errors.HttpMethodNotAllowed attribute)
(aiohttp.errors.HttpProcessingError attribute)
(aiohttp.protocol.RawResponseMessage attribute)
compression (aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage attribute)
connect() (aiohttp.connector.BaseConnector method)
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)
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)
cookies (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
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)
DataQueue (class in aiohttp.streams)
del_cookie() (aiohttp.web.StreamResponse method)
DisconnectedError
do_handshake() (in module aiohttp.websocket)
DynamicRoute (class in aiohttp.web)

E

encode() (aiohttp.helpers.BasicAuth method)
eof_received() (aiohttp.parsers.StreamProtocol method)
EofStream, [1]
exception() (aiohttp.parsers.ParserBuffer method)
(aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
extra (aiohttp.websocket.Message attribute)

F

family (aiohttp.connector.TCPConnector attribute)
feed_data() (aiohttp.parsers.ParserBuffer method)
(aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
feed_eof() (aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
file (aiohttp.web.FileField attribute)
FileField (class in aiohttp.web)
filename (aiohttp.web.FileField attribute)
filter (aiohttp.protocol.HttpMessage attribute)
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_chunked() (aiohttp.protocol.HttpMessage method)
force_close() (aiohttp.protocol.HttpMessage method)
(aiohttp.web.StreamResponse method)
FormData (class in aiohttp.helpers)

G

GET (aiohttp.web.Request attribute)

H

handle_error() (aiohttp.server.ServerHttpProtocol method)
handle_request() (aiohttp.server.ServerHttpProtocol method)
(aiohttp.wsgi.WSGIServerHttpProtocol method)
handler (aiohttp.web.Route attribute)
headers (aiohttp.errors.HttpProcessingError attribute)
(aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage attribute)
(aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
HOP_HEADERS (aiohttp.protocol.HttpMessage attribute)
(aiohttp.protocol.Request attribute)
(aiohttp.protocol.Response attribute)
host (aiohttp.web.Request attribute)
HttpBadRequest
HttpMessage (class in aiohttp.protocol)
HttpMethodNotAllowed
HttpPayloadParser (class in aiohttp.protocol)
HttpPrefixParser (class in aiohttp.protocol)
HttpProcessingError
HttpProxyError
HttpRequestParser (class in aiohttp.protocol)
HttpResponseParser (class in aiohttp.protocol)
HttpVersion (class in aiohttp.protocol)

I

InvalidHeader
is_connected() (aiohttp.parsers.StreamProtocol method)
is_eof() (aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)
is_headers_sent() (aiohttp.protocol.HttpMessage method)
is_multipart (aiohttp.helpers.FormData attribute)

J

json() (aiohttp.web.Request method)

K

keep_alive (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
keep_alive() (aiohttp.protocol.HttpMessage method)
(aiohttp.server.ServerHttpProtocol method)
keep_alive_timeout (aiohttp.server.ServerHttpProtocol attribute)

L

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.web.Application attribute)

M

major (aiohttp.protocol.HttpVersion attribute)
make_handler() (aiohttp.web.Application method)
match() (aiohttp.web.Route 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.protocol.RawRequestMessage attribute)
(aiohttp.web.Request attribute)
(aiohttp.web.Route attribute)
minor (aiohttp.protocol.HttpVersion attribute)

N

name (aiohttp.web.FileField attribute)
(aiohttp.web.Route attribute)

O

output (aiohttp.parsers.StreamParser attribute)

P

parse_chunked_payload() (aiohttp.protocol.HttpPayloadParser method)
parse_eof_payload() (aiohttp.protocol.HttpPayloadParser method)
parse_length_payload() (aiohttp.protocol.HttpPayloadParser method)
parse_mimetype() (in module aiohttp.helpers)
ParserBuffer (class in aiohttp.parsers)
path (aiohttp.connector.UnixConnector attribute)
(aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.web.Request attribute)
path_qs (aiohttp.web.Request attribute)
pause_stream() (aiohttp.parsers.StreamParser method)
payload (aiohttp.web.Request attribute)
ping() (aiohttp.websocket.WebSocketWriter method)
PlainRoute (class in aiohttp.web)
pong() (aiohttp.websocket.WebSocketWriter method)
POST (aiohttp.web.Request attribute)
post() (aiohttp.web.Request method)
proxy (aiohttp.connector.ProxyConnector attribute)
ProxyConnectionError
ProxyConnector (class in aiohttp.connector)

Q

query_string (aiohttp.web.Request attribute)

R

RawRequestMessage (class in aiohttp.protocol)
RawResponseMessage (class in aiohttp.protocol)
read() (aiohttp.parsers.ParserBuffer method)
(aiohttp.streams.ChunksQueue method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.FlowControlDataQueue method)
(aiohttp.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
(aiohttp.web.Request 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.streams.FlowControlStreamReader method)
(aiohttp.streams.StreamReader method)
readsome() (aiohttp.parsers.ParserBuffer method)
readuntil() (aiohttp.parsers.ParserBuffer method)
reason (aiohttp.protocol.RawResponseMessage attribute)
(aiohttp.web.StreamResponse attribute)
release() (aiohttp.web.Request method)
Request (class in aiohttp.protocol)
(class in aiohttp.web)
request() (in module aiohttp.client)
resolve (aiohttp.connector.TCPConnector attribute)
resolve() (aiohttp.web.UrlDispatcher method)
resolved_hosts (aiohttp.connector.TCPConnector attribute)
Response (class in aiohttp.protocol)
(class in aiohttp.web)
resume_stream() (aiohttp.parsers.StreamParser method)
RFC
RFC 2068
RFC 2616
route (aiohttp.web.UrlMappingMatchInfo attribute)
Route (class in aiohttp.web)
router (aiohttp.web.Application attribute)

S

SCRIPT_NAME (aiohttp.wsgi.WSGIServerHttpProtocol attribute)
send() (aiohttp.websocket.WebSocketWriter method)
send_headers() (aiohttp.protocol.HttpMessage method)
SERVER_SOFTWARE (aiohttp.protocol.HttpMessage attribute)
ServerDisconnectedError
ServerHttpProtocol (class in aiohttp.server)
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_transport() (aiohttp.parsers.StreamParser method)
should_close (aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage attribute)
skip() (aiohttp.parsers.ParserBuffer method)
skipuntil() (aiohttp.parsers.ParserBuffer method)
ssl_context (aiohttp.connector.TCPConnector attribute)
start() (aiohttp.server.ServerHttpProtocol method)
(aiohttp.web.StreamResponse method)
started (aiohttp.web.StreamResponse attribute)
StaticRoute (class in aiohttp.web)
status (aiohttp.protocol.HttpMessage attribute)
(aiohttp.web.StreamResponse attribute)
status_line (aiohttp.protocol.HttpMessage attribute)
StreamParser (class in aiohttp.parsers)
StreamProtocol (class in aiohttp.parsers)
StreamReader (class in aiohttp.streams)
StreamResponse (class in aiohttp.web)

T

TCPConnector (class in aiohttp.connector)
text (aiohttp.web.Response attribute)
text() (aiohttp.web.Request method)
total_bytes (aiohttp.streams.StreamReader attribute)
tp (aiohttp.websocket.Message attribute)
transport (aiohttp.web.Request attribute)

U

UnixConnector (class in aiohttp.connector)
unset_parser() (aiohttp.parsers.StreamParser method)
update_cookies() (aiohttp.connector.BaseConnector method)
upgrade (aiohttp.protocol.HttpMessage attribute)
url() (aiohttp.web.DynamicRoute method)
(aiohttp.web.PlainRoute method)
(aiohttp.web.Route method)
(aiohttp.web.StaticRoute method)
UrlDispatcher (class in aiohttp.web)
UrlMappingMatchInfo (class in aiohttp.web)

V

verify_ssl (aiohttp.connector.TCPConnector attribute)
version (aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage attribute)
(aiohttp.web.Request attribute)

W

wait() (aiohttp.parsers.ParserBuffer method)
wait_eof() (aiohttp.streams.StreamReader method)
waituntil() (aiohttp.parsers.ParserBuffer method)
websocket (aiohttp.protocol.HttpMessage attribute)
WebSocketError
WebSocketParser() (in module aiohttp.websocket)
WebSocketWriter (class in aiohttp.websocket)
write() (aiohttp.protocol.HttpMessage method)
(aiohttp.web.StreamResponse method)
write_eof() (aiohttp.protocol.HttpMessage method)
(aiohttp.web.StreamResponse method)
writer (aiohttp.protocol.HttpMessage attribute)
WSGIServerHttpProtocol (class in aiohttp.wsgi)