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() (aiohttp.multidict.MultiDict method)
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.multidict (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)
can_start() (aiohttp.web.WebSocketResponse method)
cancel_slow_request() (aiohttp.server.ServerHttpProtocol method)
charset (aiohttp.web.Request attribute)
(aiohttp.web.StreamResponse attribute)
chunked (aiohttp.web.StreamResponse attribute)
ChunksParser (class in aiohttp.parsers)
ChunksQueue (class in aiohttp.streams)
CIMultiDict (class in aiohttp.multidict)
CIMultiDictProxy (class in aiohttp.multidict)
clear() (aiohttp.multidict.MultiDict method)
clear_resolved_hosts() (aiohttp.connector.TCPConnector method)
ClientConnectionError
ClientDisconnectedError
ClientError
ClientHttpProcessingError
ClientOSError
ClientRequestError
ClientResponseError
ClientTimeoutError
close() (aiohttp.connector.BaseConnector method)
(aiohttp.web.WebSocketResponse method)
(aiohttp.websocket.WebSocketWriter method)
closing (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)
(aiohttp.errors.WSClientDisconnectedError attribute)
(aiohttp.protocol.RawResponseMessage attribute)
compression (aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage attribute)
(aiohttp.web.StreamResponse 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 (aiohttp.web.Request attribute)
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)
copy() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy 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)
DataQueue (class in aiohttp.streams)
del_cookie() (aiohttp.web.StreamResponse method)
DisconnectedError
do_handshake() (in module aiohttp.websocket)
drain() (aiohttp.web.StreamResponse method)
DynamicRoute (class in aiohttp.web)

E

enable_chunked_encoding() (aiohttp.protocol.HttpMessage method)
(aiohttp.web.StreamResponse method)
enable_compression() (aiohttp.web.StreamResponse method)
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)
extend() (aiohttp.multidict.MultiDict 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_close() (aiohttp.protocol.HttpMessage method)
(aiohttp.web.StreamResponse method)
FormData (class in aiohttp.helpers)

G

GET (aiohttp.web.Request attribute)
get() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy method)
getall() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy method)
getone() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy method)

H

handle_error() (aiohttp.server.ServerHttpProtocol method)
handle_request() (aiohttp.server.ServerHttpProtocol method)
(aiohttp.wsgi.WSGIServerHttpProtocol method)
handler (aiohttp.web.Route attribute)
has_chunked_hdr (aiohttp.protocol.HttpMessage 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)
iter() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy method)

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)
keys() (aiohttp.multidict.MultiDict method), [1]
(aiohttp.multidict.MultiDictProxy method), [1]

L

len() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy method)
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)
(aiohttp.errors.WSClientDisconnectedError attribute)
Message (class in aiohttp.websocket)
method (aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.web.Request attribute)
(aiohttp.web.Route attribute)
minor (aiohttp.protocol.HttpVersion attribute)
MultiDict (class in aiohttp.multidict)
MultiDictProxy (class in aiohttp.multidict)

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.web.WebSocketResponse method)
(aiohttp.websocket.WebSocketWriter method)
PlainRoute (class in aiohttp.web)
pong() (aiohttp.web.WebSocketResponse method)
(aiohttp.websocket.WebSocketWriter method)
pop() (aiohttp.multidict.MultiDict method)
popitem() (aiohttp.multidict.MultiDict method)
POST (aiohttp.web.Request attribute)
post() (aiohttp.web.Request method)
protocol (aiohttp.web.WebSocketResponse attribute)
proxy (aiohttp.connector.ProxyConnector attribute)
ProxyConnectionError
ProxyConnector (class in aiohttp.connector)
Python Enhancement Proposals
PEP 3156

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)
receive_bytes() (aiohttp.web.WebSocketResponse method)
receive_msg() (aiohttp.web.WebSocketResponse method)
receive_str() (aiohttp.web.WebSocketResponse method)
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_bytes() (aiohttp.web.WebSocketResponse method)
send_headers() (aiohttp.protocol.HttpMessage method)
send_str() (aiohttp.web.WebSocketResponse 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)
setdefault() (aiohttp.multidict.MultiDict 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)
(aiohttp.web.WebSocketResponse 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() (aiohttp.multidict.MultiDict method)
update_cookies() (aiohttp.connector.BaseConnector method)
upgrade (aiohttp.protocol.HttpMessage attribute)
upstr (class in aiohttp.multidict)
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

values() (aiohttp.multidict.MultiDict method)
(aiohttp.multidict.MultiDictProxy method)
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_closed() (aiohttp.web.WebSocketResponse method)
wait_eof() (aiohttp.streams.StreamReader method)
waituntil() (aiohttp.parsers.ParserBuffer method)
websocket (aiohttp.protocol.HttpMessage attribute)
WebSocketError
WebSocketParser() (in module aiohttp.websocket)
WebSocketResponse (class in aiohttp.web)
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)
WSClientDisconnectedError
WSGIServerHttpProtocol (class in aiohttp.wsgi)

http client/server for asyncio

https://secure.travis-ci.org/KeepSafe/aiohttp.png?branch=master

Navigation

Fork me on GitHub