Index

A | B | C | D | E | F | G | H | I | K | L | M | O | P | 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)
aiohttp.client (module), [1], [2]
aiohttp.connector (module)
aiohttp.errors (module)
aiohttp.helpers (module)
aiohttp.parsers (module)
aiohttp.protocol (module)
aiohttp.server (module)
aiohttp.streams (module)
aiohttp.websocket (module)
aiohttp.wsgi (module)
at_eof() (aiohttp.parsers.StreamParser method)
(aiohttp.streams.DataQueue method)
(aiohttp.streams.StreamReader method)

B

BadStatusLine
BaseConnector (class in aiohttp.connector)
BasicAuth (class in aiohttp.helpers)

C

cancel_slow_request() (aiohttp.server.ServerHttpProtocol method)
ChunksParser (class in aiohttp.parsers)
ChunksQueue (class in aiohttp.streams)
clear_resolved_hosts() (aiohttp.connector.TCPConnector method)
ClientConnectionError
close() (aiohttp.connector.BaseConnector method)
(aiohttp.websocket.WebSocketWriter method)
closing() (aiohttp.server.ServerHttpProtocol method)
code (aiohttp.errors.HttpBadRequest attribute)
(aiohttp.errors.HttpException attribute)
(aiohttp.errors.HttpMethodNotAllowed 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)
ConnectionError
contenttype (aiohttp.helpers.FormData 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)
do_handshake() (in module aiohttp.websocket)

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)
filter (aiohttp.protocol.HttpMessage attribute)
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)
FormData (class in aiohttp.helpers)

G

gen_form_data() (aiohttp.helpers.FormData method)
gen_form_urlencoded() (aiohttp.helpers.FormData method)

H

handle_error() (aiohttp.server.ServerHttpProtocol method)
handle_request() (aiohttp.server.ServerHttpProtocol method)
(aiohttp.wsgi.WSGIServerHttpProtocol method)
headers (aiohttp.errors.HttpException attribute)
(aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage attribute)
HOP_HEADERS (aiohttp.protocol.HttpMessage attribute)
(aiohttp.protocol.Request attribute)
(aiohttp.protocol.Response attribute)
HttpBadRequest
HttpClient (class in aiohttp.client)
HttpErrorException
HttpException
HttpMessage (class in aiohttp.protocol)
HttpMethodNotAllowed
HttpPayloadParser (class in aiohttp.protocol)
HttpPrefixParser (class in aiohttp.protocol)
HttpProxyError
HttpRequestParser (class in aiohttp.protocol)
HttpResponseParser (class in aiohttp.protocol)
HttpVersion (class in aiohttp.protocol)

I

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

K

keep_alive() (aiohttp.protocol.HttpMessage method)
(aiohttp.server.ServerHttpProtocol method)

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)

M

major (aiohttp.protocol.HttpVersion attribute)
message (aiohttp.errors.HttpBadRequest attribute)
(aiohttp.errors.HttpException attribute)
(aiohttp.errors.HttpMethodNotAllowed attribute)
Message (class in aiohttp.websocket)
method (aiohttp.protocol.RawRequestMessage attribute)
minor (aiohttp.protocol.HttpVersion attribute)

O

OsConnectionError
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)
pause_stream() (aiohttp.parsers.StreamParser method)
ping() (aiohttp.websocket.WebSocketWriter method)
pong() (aiohttp.websocket.WebSocketWriter method)
proxy (aiohttp.connector.ProxyConnector attribute)
ProxyConnectionError
ProxyConnector (class in aiohttp.connector)

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)
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)
Request (class in aiohttp.protocol)
request() (aiohttp.client.HttpClient method)
(in module aiohttp.client)
resolve (aiohttp.connector.TCPConnector attribute)
resolved_hosts (aiohttp.connector.TCPConnector attribute)
Response (class in aiohttp.protocol)
resume_stream() (aiohttp.parsers.StreamParser method)

S

SCRIPT_NAME (aiohttp.wsgi.WSGIServerHttpProtocol attribute)
send() (aiohttp.websocket.WebSocketWriter method)
send_headers() (aiohttp.protocol.HttpMessage method)
SERVER_SOFTWARE (aiohttp.protocol.HttpMessage attribute)
ServerHttpProtocol (class in aiohttp.server)
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_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)
SocketConnector (in module aiohttp.connector)
start() (aiohttp.server.ServerHttpProtocol method)
status (aiohttp.protocol.HttpMessage attribute)
status_line (aiohttp.protocol.HttpMessage attribute)
StreamParser (class in aiohttp.parsers)
StreamProtocol (class in aiohttp.parsers)
StreamReader (class in aiohttp.streams)

T

TCPConnector (class in aiohttp.connector)
TimeoutError
total_bytes (aiohttp.streams.StreamReader attribute)
tp (aiohttp.websocket.Message attribute)

U

UnixConnector (class in aiohttp.connector)
UnixSocketConnector (in module aiohttp.connector)
unset_parser() (aiohttp.parsers.StreamParser method)
update_cookies() (aiohttp.connector.BaseConnector method)
upgrade (aiohttp.protocol.HttpMessage attribute)

V

verify_ssl (aiohttp.connector.TCPConnector attribute)
version (aiohttp.protocol.RawRequestMessage attribute)
(aiohttp.protocol.RawResponseMessage 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)
write_eof() (aiohttp.protocol.HttpMessage method)
writer (aiohttp.protocol.HttpMessage attribute)
WSGIServerHttpProtocol (class in aiohttp.wsgi)